Files
PyTutorials/.gitignore
2019-01-23 22:18:54 -05:00

4 lines
86 B
Plaintext

#Ignore some python cache files
__pycache__/*
#Ignore the extras from VSCode
.vscode/*