# Message data and anything derived from it must never be committed. The index is
# a plaintext, searchable copy of every private thing anyone has ever texted you.
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
*.npy
*.npz
index/
msgsearch_index/

# Local configuration holds phone numbers and email addresses.
config_local.py

# Build artefacts
dist/
build/
*.egg-info/

# Environments and build noise
.venv/
venv/
__pycache__/
*.py[cod]
.pytest_cache/
.DS_Store
