# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.mypy_cache/
.pytest_cache/

# Virtual environments
.venv
.env

# Claude Code session-local state (this repo's own working directory, not
# project source).
.claude/

# Generated analyze() outputs (json/html/sql exports) and ad-hoc local
# sample databases - data/*.db fixtures actually used by tests are
# committed explicitly (see data/northwind.db, data/chinook.db).
/data/html/
/data/json/
/data/sql/
/data/sakila_master.db

