# 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/

# Benchmark sub-project: the entire results/ tree is run output — never committed.
benchmarks/results/
benchmarks/.env

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