15 lines
208 B
Plaintext
15 lines
208 B
Plaintext
# Ignore test files
|
|
*_test.py
|
|
# Ignore development files
|
|
dev_*.py
|
|
# Ignore temporary files
|
|
*.tmp
|
|
*.temp
|
|
# Ignore version control
|
|
.git/
|
|
.gitignore
|
|
# Ignore Python cache files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|