__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.git/
.github/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
work/
work_dir/
demo/
# src/ is a stray parallel checkout in this repo; keep it out of builds.
src/
.env
.env.*
.DS_Store
.idea/
.vscode/
*.swp
