# --- Python / backend ---
backend/.venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Local secrets: real credentials live here, never in the repo.
backend/.env
.env
.env.*
!.env.example

# --- Node / frontend ---
node_modules/
frontend/dist/
frontend/dist-ssr/
*.tsbuildinfo
pnpm-debug.log*
npm-debug.log*
yarn-error.log*

# --- Editors / OS ---
.idea/
.DS_Store
*.swp
