# =====================================================
# Secrets / environment
# =====================================================
.env
.env.*
!.env.example
*.pem

# =====================================================
# Python (backend)
# =====================================================
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/

# =====================================================
# Node / Next.js (frontend)
# =====================================================
node_modules/
.next/
out/
.vercel/
*.tsbuildinfo
next-env.d.ts.bak

# =====================================================
# OS / editor
# =====================================================
.DS_Store
Thumbs.db
*.log
.commitmsg.tmp
