# Claude Code session data
.claude/

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
uv.lock

# Tooling caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Notebooks / editors
.ipynb_checkpoints/
.DS_Store
.idea/
.vscode/

# Docs
docs/_build/
docs/jupyter_execute/
