Update gitignore
authorFabian Fichter <ianfab@users.noreply.github.com>
Sun, 20 Dec 2020 13:47:02 +0000 (14:47 +0100)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sun, 20 Dec 2020 13:47:02 +0000 (14:47 +0100)
.gitignore

index a4a9f20..622e651 100644 (file)
@@ -1,8 +1,20 @@
 stockfish
 *.o
 .depend
+*.nnue
+*.exe
+tests/syzygy
+
+# ffishjs
 tests/js/node_modules
 ffish.js
 *.wasm
-*.nnue
-*.exe
+
+# pyffish
+venv
+*.so
+pyffish.egg-info
+
+# IDEs
+.vscode
+.idea