.DS_Store
*.log
*.swp
.env

__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/

.coverage
.coverage.*
coverage.xml
htmlcov/

.venv/
.venv-smoke/
venv/

build/
dist/
*.egg-info/
