# Local dev database (SQLite + WAL/SHM sidecars) — not committed; sample_normalized.json is.
data/filings.db
data/filings.db-wal
data/filings.db-shm
data/*.db

# Generated SEO pages (local default output dir) —
data/site-gen/

# Generated SEO pages — on the VPS these are symlinks from the web root into
# /var/lib/filingpulse/site (see deploy/filingpulse-seo.service); never committed.
site/insider-trades
site/sitemap.xml
site/robots.txt

# Python
__pycache__/
*.pyc
.venv/
venv/
