__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.venv/
venv/
.pytest_cache/
.ruff_cache/

# Project data
data/
*.db
*.db-journal
*.db-shm
*.db-wal
fastembed_cache/
.trovex-cache/

# Local config
.env
.env.local
*.local.yaml

.worktrees/
.env.*
*.env
secrets/
*.key

# Vercel CLI local link
.vercel
.fastembed_cache/

# analytics monitor local state (not for git)
growth/analytics/reports/.simap-seen.json
growth/analytics/reports/.simap-cookies.tmp
