From 32fb342ada4b26419abaff1d9c1e3d0a400683f6 Mon Sep 17 00:00:00 2001 From: yhcc Date: Wed, 5 Jun 2019 16:35:59 +0800 Subject: [PATCH] Create .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加一个常用.gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2b2b2b35 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +.gitignore + +.DS_Store +.ipynb_checkpoints +*.pyc +__pycache__ +*.swp +.vscode/ +.idea/** + +caches + +# fitlog +.fitlog +logs/ +.fitconfig