.env
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
data/raw/
data/logs/
data/qdrant/
data/mysql/
data/*.db
*.egg-info/
.idea/
.vscode/
models/
docs/
CLAUDE.md
data/qdrant_export/
data/export/
data/chroma/
data/export/
data/conversations/

# Phase 0: crawler & migration scripts — kept local only
pipeline/proxy_crawl.py
scripts/_remigrate.py

# Phase 0: dev-only scripts for personal data packaging
scripts/dev/

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