12 lines
133 B
Plaintext
12 lines
133 B
Plaintext
# Ignore all __pycache__ directories
|
|
**/__pycache__/
|
|
|
|
# Ignore compiled Python files
|
|
*.py[cod]
|
|
|
|
venv/
|
|
log/
|
|
output/
|
|
|
|
|
|
bin/__pycache__/ |