Spaces:
Sleeping
Sleeping
Chuan Hu
commited on
Update .gitignore
Browse files- .gitignore +2 -1
.gitignore
CHANGED
|
@@ -26,6 +26,7 @@ share/python-wheels/
|
|
| 26 |
.installed.cfg
|
| 27 |
*.egg
|
| 28 |
MANIFEST
|
|
|
|
| 29 |
|
| 30 |
# PyInstaller
|
| 31 |
# Usually these files are written by a python script from a template
|
|
@@ -129,4 +130,4 @@ dmypy.json
|
|
| 129 |
.pyre/
|
| 130 |
|
| 131 |
# Mac system file
|
| 132 |
-
**/.DS_Store
|
|
|
|
| 26 |
.installed.cfg
|
| 27 |
*.egg
|
| 28 |
MANIFEST
|
| 29 |
+
history/
|
| 30 |
|
| 31 |
# PyInstaller
|
| 32 |
# Usually these files are written by a python script from a template
|
|
|
|
| 130 |
.pyre/
|
| 131 |
|
| 132 |
# Mac system file
|
| 133 |
+
**/.DS_Store
|