14 lines
178 B
Plaintext
14 lines
178 B
Plaintext
# Ignore Python bytecode cache files
|
|
__pycache__/
|
|
|
|
# Ignore pytest cache
|
|
.pytest_cache/
|
|
|
|
# Ignore virtual environment folder
|
|
venv/
|
|
|
|
# Ignore other common files
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|