# Local data / outputs (never commit)
data/
.DS_Store

# Third-party snapshots are tracked but treated as read-only.
# Ignore untracked files under reference/ (build artifacts, caches, etc.).
reference/

# Credentials / sessions (never commit)
twitter_session.json
tweetnook_session.json
# Keep legacy session files protected after the application rename.
tweetxvault_session.json
*.sqlite
*.sqlite-wal
*.sqlite-shm
*.db

# Python
__pycache__/
*.py[cod]
.venv/
dist/
_dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
