.venv/
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/

# API keys — never commit the real config
config.json

# CLAUDE.md is private — keep canonical copy in Vault only
CLAUDE.md

# Cursor rules are private — golden copy in Vault, symlink in repo
.cursor/rules

# Local Vault mirror / private analysis (sync to Dropbox/Vault if desired)
vault/

# Plans and strategic docs — keep in Vault (Areas/Model Radar/), not in public repo
FREE_MODELS_ANALYSIS.md
IMPLEMENTATION_SUMMARY.md
LIVE_MODELS.md
PLAN.md
SQLITE_FEATURE.md

# Output folder for generated assets
output/

# Srclight index (local dev tooling)
.srclight/

# VS Code workspace files
*.code-workspace
