← back to Unclaimed Property Platform
.gitignore
47 lines
# deps
node_modules/
__pycache__/
*.pyc
.venv/
venv/
# env & secrets — NEVER commit
.env
.env.*
*.key
*.pem
# local artifacts
tmp/
*.log
.DS_Store
dist/
build/
.next/
# local prototype databases (synthetic only, but keep them out of git)
*.db
*.sqlite
*.sqlite3
data/local/
# NEVER commit real jurisdiction data — the repo is synthetic-only by policy.
# Invert the policy: ignore everything under data/, then force-allow ONLY the curated
# synthetic sample. A real feed dropped anywhere under data/ is untracked by default.
data/*
!data/sample/
!data/sample/**
raw/
# Real-feed formats must never be tracked ANYWHERE in the repo.
*.naupa
*.dat
*.tab
data/**/*.txt
data/**/*.xml
data/**/*.zip
# Real authorized public data (California SCO bulk download) — NEVER commit (PII-adjacent + huge)
data/ca-source/
*.zip