# Files from build
**/*.o
**/*.s
src/.depend

# Built binary
src/stockfish*
src/-lstdc++.res

# Neural network for the NNUE evaluation
**/*.nnue


# Build/test artifacts
*.exe
tests/syzygy

# ffishjs
tests/js/node_modules
ffish.js
*.wasm

# pyffish
venv
*.so
pyffish.egg-info

# IDEs
.vscode
.idea