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

# Virtual environments
.venv/
venv/

# uv
.uv/

# Tooling caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

# Persisted indexes built by the CLI
.cogwright/
*.cogwright-index/

# Editor and OS noise
.idea/
.vscode/
.DS_Store
