# Lead data lives in SQLite and is NOT version-controlled (it holds emails / PII).
*.db
.lovelace/

# Python
__pycache__/
*.pyc
*.egg-info/
dist/
build/
venv/
