# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/

# Environment
.env
.env.local
.env.production

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project data
data/raw/
data/processed/
data/deduped/
data/events/
data/embeddings/
data/qdrant_storage/
data/reports/

# Logs
logs/*.log

# Cache
.cache/
*.cache

# pytest
.pytest_cache/
htmlcov/
.coverage

# uv
uv.lock
