Files
PyTutorials/.gitignore
2019-01-25 20:06:02 -05:00

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