31 lines
419 B
Text
31 lines
419 B
Text
# Bulk data — managed separately, not source
|
|
raw/
|
|
processing/
|
|
wiki/
|
|
|
|
# Build artifacts
|
|
web/.next/
|
|
web/node_modules/
|
|
web/.env.local
|
|
web/tsconfig.tsbuildinfo
|
|
|
|
# Logs / temp / OS
|
|
*.log
|
|
.DS_Store
|
|
*.swp
|
|
*.bak
|
|
|
|
# Secrets
|
|
infra/disclosure-stack/.env
|
|
**/*.env.local
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
.python-version
|
|
|
|
# Local-only output
|
|
case/case-report.md
|
|
case/residual-uncertainty.md
|
|
infra/disclosure-stack/.env.backup.*
|