# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/

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

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

# vctx local outputs / caches
out/
.cache/
.tmp/

# Local development reports
docs/report/
