6ff2c8b754
This keeps virtualenv files, Python caches, logs, and local env files out of version control.
22 lines
170 B
Plaintext
22 lines
170 B
Plaintext
.venv/
|
|
.venv-*/
|
|
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov/
|
|
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
*.log
|
|
.DS_Store
|