Update .gitattributes
Browse files- .gitattributes +3 -10
.gitattributes
CHANGED
@@ -1,12 +1,5 @@
|
|
1 |
-
__pycache__/
|
2 |
*.pyc
|
3 |
-
|
4 |
-
*.pyd
|
5 |
-
.env
|
6 |
-
.venv/
|
7 |
-
venv/
|
8 |
.DS_Store
|
9 |
-
|
10 |
-
*.
|
11 |
-
*.h5
|
12 |
-
*.pth
|
|
|
|
|
1 |
*.pyc
|
2 |
+
__pycache__/
|
|
|
|
|
|
|
|
|
3 |
.DS_Store
|
4 |
+
.env
|
5 |
+
*.log
|
|
|
|