# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
*.whl
*.tar.gz
.venv/
venv/

# Editor / OS
.vscode/settings.json
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Secrets
.env
.env.*
!.env.example

# Runtime data (per-user managed Qdrant + caches)
.docchat-mcp-cache/
