mirror of
https://bitbucket.org/Mattrixwv/pytutorial.git
synced 2025-12-06 10:13:58 -05:00
6 lines
141 B
Plaintext
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 |