- Exact HalfKAv2_hm formula with OrientTBL and KingBuckets - Simplified FullThreats with correct formula structure - Boolean indexing fixed for numpy arrays - 27 features on starting position (simplified tables) - All core tests passing
58 lines
613 B
Plaintext
58 lines
613 B
Plaintext
/target
|
|
.opencode/
|
|
|
|
# Python
|
|
**/__pycache__/
|
|
**/*.py[cod]
|
|
**/*.pyc
|
|
**/*.so
|
|
**/*.class
|
|
.Python
|
|
.venv/
|
|
venv/
|
|
env/
|
|
.env
|
|
**/*.log
|
|
# NumPy
|
|
**/*.npy
|
|
**/*.npz
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
**/*.swp
|
|
**/*.swo
|
|
**/*.suo
|
|
**/*.user
|
|
**/*.sln
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
**/.DS_Store
|
|
# Jupyter
|
|
**/.ipynb_checkpoints
|
|
**/*.ipynb_checkpoints
|
|
# Model weights
|
|
**/*.pt
|
|
**/*.pth
|
|
**/*.bin
|
|
**/*.h5
|
|
**/*.hdf5
|
|
# PIP
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
**/pip-log.txt
|
|
**/pip-delete-this-directory.txt
|
|
# Data
|
|
**/*.pkl
|
|
**/*.pickle
|
|
**/*.h5
|
|
# Coverage
|
|
**/.coverage
|
|
**/coverage.xml
|
|
**/htmlcov/
|
|
# Testing
|
|
**/test_results/
|
|
**/pytest_cache/
|
|
|
|
stockfish/
|