Browse Source

Create .gitignore

增加一个常用.gitignore
tags/v0.4.10
yhcc GitHub 5 years ago
parent
commit
32fb342ada
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      .gitignore

+ 16
- 0
.gitignore View File

@@ -0,0 +1,16 @@
.gitignore

.DS_Store
.ipynb_checkpoints
*.pyc
__pycache__
*.swp
.vscode/
.idea/**

caches

# fitlog
.fitlog
logs/
.fitconfig

Loading…
Cancel
Save