# Local design source material
deep_review.md

# Environment files
.env
.env.*

# OS files
.DS_Store
Thumbs.db

# IDE configs
.idea/
.vscode/
*.swp
*.swo
*~

# Python development artifacts
.coverage
.coverage.*
.test_durations*
.ci/*duration*.json
coverage.json
coverage.xml
.hypothesis/
.diagnostics/
.import_linter_cache/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv/
node_modules/
__pycache__/
*.py[cod]
build/
dist/
# Container images belong in an OCI registry, never in Git.
*.docker.tar
*.oci.tar
htmlcov/
benchmarks/results/
/jobs/

# Test infrastructure state
.test_durations
.jacobian-validation.lock
tmp/
# Local agent worktrees
.trees/
