# Reference clone (read-only research material, not part of this repo)
reference/

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

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

# OS / editor
.DS_Store
.idea/
.vscode/

# Local secrets / env
.env
.env.*
.claude-workflows/
