# Personal library data — review maps, proposals, intermediates (derived from YOUR Calibre library)
data/

# Ignore stray CSVs anywhere; the bundled generic defaults/ are the only tracked CSVs
*.csv
!src/scourgify/defaults/*.csv

# Calibre DB snapshots / backups
*.db

# Generated per-user config is fine to ship as a default, but ignore local overrides
overrides/

# Python / OS cruft
__pycache__/
*.pyc
.venv/
.DS_Store

# compiled Apple FM bridge binary (build from afm.swift; lives next to it in the package)
/afm
src/scourgify/afm
*.o
classify_state.json

# build artifacts
/dist/
*.egg-info/
