5 lines
117 B
Plaintext
Executable File
5 lines
117 B
Plaintext
Executable File
# Ignore every __pycache__ folder regardless of where it is
|
|
**/__pycache__/
|
|
|
|
# Ignore all compiled python files
|
|
*.pyc |