Spaces:
Sleeping
Sleeping
Create .gitignore
Browse files- .gitignore +8 -0
.gitignore
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
__pycache__/
|
2 |
+
*.pyc
|
3 |
+
model/fine_tuned/
|
4 |
+
logs/
|
5 |
+
data/raw/
|
6 |
+
data/processed/
|
7 |
+
data/feedback/
|
8 |
+
.env
|