__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.pytest_cache/
.coverage
htmlcov/
output/
*.manifest.json
.DS_Store
.ipynb_checkpoints/
*.ipynb
test_output.html
data/
.claude/

# Local environment / secrets — never commit these.
.env
.env.local
.env.*.local
*.db
*.sqlite
*.sqlite3

web/ui/node_modules/
web/ui/dist/
