__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.env
*.db
*.sqlite3
.pytest_cache/
.ruff_cache/
*.egg
.DS_Store
notebooks/.ipynb_checkpoints/
data/exports/*.jsonl
data/exports/*.csv
gemini.json

# Browser sessions / cookies — never commit
data/exports/threads_state.json
data/exports/threads_cookies_*.json

# Fine-tuned model weights — pulled from HF, never in git
models/
data/exports/_snapshots/
