ahmzakif commited on
Commit
f021981
·
verified ·
1 Parent(s): d729d94

Update .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +54 -58
.gitignore CHANGED
@@ -1,58 +1,54 @@
1
- # Python
2
- __pycache__/
3
- *.py[cod]
4
- *$py.class
5
- *.so
6
- .Python
7
- build/
8
- develop-eggs/
9
- dist/
10
- downloads/
11
- eggs/
12
- .eggs/
13
- lib/
14
- lib64/
15
- parts/
16
- sdist/
17
- var/
18
- wheels/
19
- *.egg-info/
20
- .installed.cfg
21
- *.egg
22
- .gradio/
23
-
24
- # Virtual Environment
25
- venv/
26
- env/
27
- ENV/
28
- .venv
29
-
30
- # IDE
31
- .vscode/
32
- .idea/
33
- *.swp
34
- *.swo
35
- *~
36
-
37
- # Environment variables
38
- .env
39
- .env.local
40
-
41
- # Data (ignore large CSV and PDF files)
42
- data/*.csv
43
- data/*.pdf
44
-
45
- # Vector store
46
- chroma_db/
47
- *.db
48
-
49
- # Logs
50
- *.log
51
- logs/
52
-
53
- # OS
54
- .DS_Store
55
- Thumbs.db
56
-
57
-
58
-
 
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+ *.so
6
+ .Python
7
+ build/
8
+ develop-eggs/
9
+ dist/
10
+ downloads/
11
+ eggs/
12
+ .eggs/
13
+ lib/
14
+ lib64/
15
+ parts/
16
+ sdist/
17
+ var/
18
+ wheels/
19
+ *.egg-info/
20
+ .installed.cfg
21
+ *.egg
22
+ .gradio/
23
+
24
+ # Virtual Environment
25
+ venv/
26
+ env/
27
+ ENV/
28
+ .venv
29
+
30
+ # IDE
31
+ .vscode/
32
+ .idea/
33
+ *.swp
34
+ *.swo
35
+ *~
36
+
37
+ # Environment variables
38
+ .env
39
+ .env.local
40
+
41
+ # Vector store
42
+ chroma_db/
43
+ *.db
44
+
45
+ # Logs
46
+ *.log
47
+ logs/
48
+
49
+ # OS
50
+ .DS_Store
51
+ Thumbs.db
52
+
53
+
54
+