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

# Node / Next.js
node_modules/
.next/
out/
dist/
.pnpm-store/

# Env & secrets
.env
.env.*
!.env.example

# Data / local infra
pgdata/
redisdata/
*.sqlite
*.db
scripts/.smoke-backend.log

# Foundry (simulation harness)
cache/
out/
broker/

# Editor / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
