.DS_Store
.idea/
.vscode/

__pycache__/
*.py[cod]
*.pyo

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

.env
.env.*
!.env.example

.venv/
dist/
build/
*.egg-info/
reports/
