.DS_Store
Thumbs.db

__pycache__/
*.py[cod]
*$py.class
.python-version

.venv/
venv/
env/

.env
.env.*
!.env.example

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

build/
dist/
*.egg-info/

*.log
*.tmp
.cache/
