From: Jérôme Benoit Date: Wed, 22 Jan 2025 11:12:07 +0000 (+0100) Subject: chore: refine .gitignore X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=425256d0b09edadcb758cf8e37cc6b6dde71862d;p=freqai-strategies.git chore: refine .gitignore Signed-off-by: Jérôme Benoit --- diff --git a/.gitignore b/.gitignore index 46f3fd7..ac7dc32 100644 --- a/.gitignore +++ b/.gitignore @@ -372,4 +372,8 @@ $RECYCLE.BIN/ # End of https://www.toptal.com/developers/gitignore/api/vim,visualstudiocode,pycharm+all,linux,osx,windows,python -config.json \ No newline at end of file +config.json +*.sqlite* +models/ +data/ +!.gitkeep \ No newline at end of file