# Secrets
.env
.env.local
*.key

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

# Virtualenvs
.venv/
venv/
env/

# Models / caches
hf_cache/
.cache/

# Qdrant local data (if mounted)
qdrant_storage/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Streamlit
.streamlit/secrets.toml
