Files
PyTutorials/.gitignore

6 lines
141 B
Plaintext

#Ignore some python cache files
__pycache__/*
#Ignore the extras from VSCode
.vscode/*
#Ignore the text files created during testing
test.txt