# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info


.env

# Virtual environments
.venv

# Local PostgREST config (contains DB URI + JWT secret)
postgrest.conf

# Next.js build output (also lives under frontend/.next when running from there)
.next/

# Node modules — the per-app .gitignores already exclude these for
# frontend/, marketing/, move/, docs-site/, but anything new at the
# repo root (e.g. scripts/screenshots/) needs the global rule too.
node_modules/

# Claude Code worktrees — local-only, never committed
.claude/worktrees/

# pytest cache
.pytest_cache/

# macOS
.DS_Store
