YanBoChen commited on
Commit
3a40790
·
1 Parent(s): 68cfce0

fix: update .gitignore to include docs/ and *.pyc

Browse files
Files changed (1) hide show
  1. .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