__pycache__/
*.py[cod]
.venv/
.uv/
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
site/
.ipynb_checkpoints/

# Claude Code local worktrees / settings (not part of the project)
.claude/

# Reference papers — kept locally for citation/reproducibility, not redistributed (copyright)
papers/*.pdf

# Local docs and experiment scripts — kept LOCAL ONLY, not in the
# published library repo. Untracked here; prior versions remain in git history.
docs/frontier/
docs/superpowers/
experiments/
