# Virtual environments
.venv/
venv/
env/

# Local environment files
.env*
!.env.example

# Python bytecode and caches
__pycache__/
*.pyc
*.pyo
*.pyd

# Test and tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/
.code-symbol-index/
.coverage
.coverage.*
htmlcov/

# Build outputs
build/
dist/
*.egg-info/

# Local probe cache
.code-workflow-probe.json
