From a2cb3a57199c5a76a9629c0e218fd1fd21a85497 Mon Sep 17 00:00:00 2001 From: Lukas Wieser Date: Mon, 29 Jan 2024 01:00:37 +0100 Subject: [PATCH] Restructure gitignore --- .gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 57ebdbb..727a49b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ -/stockfish/ -.idea -.venv +# Python __pycache__ +.venv + +# IDE's +.idea + +# Chess Engines +/stockfish/ /lc0/ \ No newline at end of file