# Local design source material
deep_review.md

# Environment files
.env
.env.*
!.env.example

# OS files
.DS_Store
Thumbs.db

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

# Python development artifacts
.coverage
.coverage.*
coverage.json
coverage.xml
.hypothesis/
.jacobian/
.mypy_cache/
.pytest_cache/
.test_durations
.ruff_cache/
.venv/
__pycache__/
*.py[cod]
build/
dist/
htmlcov/
benchmarks/results/
lean/.lake/
