7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
# Python cache directories and files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Custom files to ignore
|
|
*.syc |