# Python / tool caches
.venv/
.tmp/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.hypothesis/
.pyre/
.pytype/
.dmypy.json
__pycache__/
**/__pycache__/
*.py[cod]

# Build / package artifacts
dist/
build/
*.egg-info/
pip-wheel-metadata/

# Coverage / generated docs
.coverage
.coverage.*
coverage.xml
htmlcov/
site/

# Local environment and OS/editor noise
.env
.env.*
!.env.example
.DS_Store
Thumbs.db
*.swp
*.swo
*.bak
*.orig
*.rej

# Local OASG optimizer / experiment outputs
.oasg/
optimizer_state.json
workflow_library.json
experiment/**/runs/**
experiment/**/runs*/**
!experiment/**/runs/
!experiment/**/runs/.gitignore

# Keep curated result summaries, but ignore ad hoc large/generated files unless
# intentionally moved out of runs and reviewed.
*.tmp
*.log
*.prof
*.trace
*.pid
