__pycache__/
*.py[cod]
*$py.class
*.so
.Python

build/
dist/
*.egg-info/
*.egg
wheels/

.venv/
venv/
env/
.python-version-*

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

.idea/
.vscode/
*.swp
.DS_Store

.env
.env.local

# Notebook scratch files (committed notebooks live under notebooks/, but skip
# checkpoints and any *.local.ipynb working copies a contributor might keep).
.ipynb_checkpoints/
notebooks/*.local.ipynb
.claude
