__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
.uv-cache/
backend/.perf-cache/
.bioflow-fixtures/
.DS_Store
*.egg-info/
dist/
build/
.env
.env.*
**/.env
**/.env.*
!.env.example
!**/.env.example
backend/uv.lock

# chunk sidecar: share config.json, ignore per-session active-sidecar state
.chunk/sidecar*.json
