# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.uv-cache/

# Env + secrets — ALL .env variants except .env.example are sensitive
.env
.env.*
!.env.example
*.local.md
CLAUDE.local.md
# Per-project Gecko state (wallet refs, api tokens cached locally)
.gecko/
# Solana keypairs anywhere in the tree
*.keypair.json
gecko-demo-treasury.json

# Build
dist/
build/
*.whl

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

# Test / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage

instructions/

# Session transcripts (contain sensitive tokens; for grant submission only)
claude-session.jsonl
codex-session.jsonl

# Generated artifacts (reproducible from .md sources)
*.pdf
colosseum-report.html
docs/external/
