# --- FineRx: never commit real source data ---
/data/incoming/*
!/data/incoming/.gitkeep

# --- secrets ---
.env
.env.local
*.env
!.env.example

# --- python ---
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
*.egg-info/
.mypy_cache/
.ruff_cache/

# --- node / next ---
node_modules/
.next/
out/
dist/
npm-debug.log*
.turbo/

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

# --- docker ---
*.pid

# --- ops: generated locally, never committed ---
/backups/*.sql.gz
/logs/*.log

# --- bulk data caches (FDA NDC directory download etc.) ---
/data/cache/

# --- resumable download checkpoints (assembled into the committed datasets) ---
/data/checkpoints/
.finerx-*

# --- growth-labels local geo DB (fetched monthly, ~100MB, never committed) ---
/data/geoip/
