# Byte-compiled / optimized Python files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover

# Type checker / IDE stragglers
.dmypy.json
.pyre/
.pytype/

# Editor / IDE
.vscode/
.idea/
*.swp
*.swo

# OS metadata
.DS_Store
Thumbs.db

# Session planning notes (not part of the project spec)
hoodoos/brokenpaste.md

# Native chess-spectral binaries dropped in for parity tests / future
# faster corpus regeneration (see scripts/binaries/README.md). Not
# checked in — each developer brings their own platform build. The
# README itself is tracked so the channel layout / setup instructions
# ship with the repo.
scripts/binaries/*
!scripts/binaries/README.md

# Local corpora produced for issue / research re-runs.
issue7_rerun/
