# --- OS / editor ---
.DS_Store
*.swp
.idea/
.vscode/

# --- Python ---
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.venv/
venv/
dist/
build/

# --- Node / TS ---
node_modules/
.next/
.turbo/
*.tsbuildinfo
out/

# --- Generated token outputs are committed? No — regenerated in CI ---
packages/tokens/dist/
apps/web/.next/

# --- Local secrets (never committed; enforced by hooks) ---
.env
.env.*
*.pem
*.key

# --- SBOM / scan artifacts (regenerated in CI) ---
sbom*.json
sbom*.xml
trivy-results.*

# Next.js generated
next-env.d.ts

# hypothesis example database
.hypothesis/
