# macOS
.DS_Store

# Node / Electron
node_modules/
dist/
out/
*.tsbuildinfo
npm-debug.log*

# e2e screenshots (§15)
app/e2e/artifacts/

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

# Env / local
.env
.env.local
*.local.yaml
.claude/settings.local.json
.claude/scheduled_tasks.lock

# IDE
.idea/

# Signing / notarization key material (never commit)
*.p12
*.p8
*.pem
*.cer
*.certSigningRequest

# Logs
*.log
.dev-home/

# Generated dev-only orientation doc + audit report (scripts/knowledge.sh)
knowledge.md
knowledge-audit.md

# design-sync (staged converter scripts, build output, machine state)
.ds-sync/
ds-bundle/
.design-sync/.cache/
.design-sync/learnings/
.design-sync/node_modules
app/.ds-css/
