# Python / uv
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
dist/
build/

# Environment files (never commit real secrets)
.env
.env.development
.env.staging
.env.production

# Diagnostic filesystem data (persistent /harness volume mount)
harness-data/

# OS / editor cruft
.DS_Store
*.swp
.idea/
.vscode/
