Spaces:
Sleeping
Sleeping
YanBoChen
commited on
Commit
·
3a40790
1
Parent(s):
68cfce0
fix: update .gitignore to include docs/ and *.pyc
Browse files- .gitignore +3 -1
.gitignore
CHANGED
@@ -7,4 +7,6 @@ genAIvenv/
|
|
7 |
|
8 |
.DS_Store
|
9 |
|
10 |
-
docs/
|
|
|
|
|
|
7 |
|
8 |
.DS_Store
|
9 |
|
10 |
+
docs/
|
11 |
+
|
12 |
+
*.pyc
|