# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
.Python
build/
dist/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/
.python-version

# uv
.uv-cache/

# Testing & coverage
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.hypothesis/

# Type checkers
.mypy_cache/
.pyright/
.pytype/
.ruff_cache/

# Editors
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Docs
site/

# Project-local state
SCRATCH.md
eval-framework/run-corrective-matrix.sh
*.sqlite
*.db
*.db-journal
data/
logs/
*.log

# Secrets
.env
.env.*
!.env.example

# Rust (clients/tui)
target/

# Local runtime config & state
failed_plans/
config.toml
!eval-framework/**/config.toml
!eval-framework/**/suite.toml
state.sqlite
