# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
venv/

# IDE
.vscode/
.idea/

# Environment
.env

# Cache
.code-search/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Qdrant local data
.qdrant/

# Worktrees
.worktrees/

# Coverage
.coverage
