rudra0410hf commited on
Commit
f389c75
·
verified ·
1 Parent(s): 07c3980

Update .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +45 -46
.gitignore CHANGED
@@ -1,46 +1,45 @@
1
- # Byte-compiled / optimized / DLL files
2
- __pycache__/
3
- *.py[cod]
4
- *$py.class
5
-
6
- # Virtual environment
7
- venv/
8
- .env
9
- *.env
10
-
11
- # Logs & Debugging
12
- *.log
13
- logs/
14
- debug.log
15
-
16
- # System Files
17
- .DS_Store
18
- Thumbs.db
19
-
20
- # Python dependencies
21
- Pipfile
22
- Pipfile.lock
23
- requirements.txt
24
-
25
- # IDE & Editor Specific
26
- .vscode/
27
- .idea/
28
- *.iml
29
-
30
- # Compiled Python packages
31
- *.egg
32
- *.egg-info/
33
- dist/
34
- build/
35
-
36
- # Hugging Face Cache
37
- .huggingface/
38
-
39
- # Node.js & Frontend files
40
- node_modules/
41
- npm-debug.log
42
- yarn-error.log
43
-
44
- # Flask Specific
45
- instance/
46
- config.py
 
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+
6
+ # Virtual environment
7
+ venv/
8
+ .env
9
+ *.env
10
+
11
+ # Logs & Debugging
12
+ *.log
13
+ logs/
14
+ debug.log
15
+
16
+ # System Files
17
+ .DS_Store
18
+ Thumbs.db
19
+
20
+ # Python dependencies
21
+ Pipfile
22
+ Pipfile.lock
23
+
24
+ # IDE & Editor Specific
25
+ .vscode/
26
+ .idea/
27
+ *.iml
28
+
29
+ # Compiled Python packages
30
+ *.egg
31
+ *.egg-info/
32
+ dist/
33
+ build/
34
+
35
+ # Hugging Face Cache
36
+ .huggingface/
37
+
38
+ # Node.js & Frontend files
39
+ node_modules/
40
+ npm-debug.log
41
+ yarn-error.log
42
+
43
+ # Flask Specific
44
+ instance/
45
+ config.py