# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.pytest_storage/
.pytest_cerynix.db
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml

# Node / Next.js
node_modules/
.next/
out/
dist/
.turbo/
*.tsbuildinfo
next-env.d.ts

# Cloudflare Wrangler deploy cache (created by `wrangler pages deploy`)
.wrangler/

# Env / secrets
.env
.env.local
.env.*.local
*.pem
*.key

# Data / storage
data/
local_storage/
*.sqlite3
*.db

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.log

# Design handoff source archive (extracted to docs/design-handoff/)
/NIS2 Sentinel project.zip
*.zip

# Local agent/editor state and third-party skill packs — never commit.
.claude/
.github/skills/impeccable/
.github/hooks/impeccable.json
