Create .gitignore

增加一个常用.gitignore
This commit is contained in:
yhcc 2019-06-05 16:35:59 +08:00 committed by GitHub
parent 96687251a8
commit 32fb342ada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
.gitignore
.DS_Store
.ipynb_checkpoints
*.pyc
__pycache__
*.swp
.vscode/
.idea/**
caches
# fitlog
.fitlog
logs/
.fitconfig