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

# Node
node_modules/
.next/
out/

# Environment
.env
.env.local
.env.*.local

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Docker
postgres_data/

# Temp
/tmp/
*.mp4
*.mov
*.webm
*.mkv

# Local Netlify folder
.netlify

# Dev-only local CLI (macOS launchd helper, not part of the app)
/bin/

# Local blog drafting inbox (work-in-progress .docx; published posts live in frontend/src/lib/blog)
/content/blog-drafts/

# One-off local diagnostics (embed specific user/job data — not reusable ops tooling)
/ops/test_groq_lang.py
/ops/verify_lang_fix.py
