Spaces:
Sleeping
Sleeping
Commit
·
025e51d
0
Parent(s):
Ignore: Data and model files
Browse files- .gitignore +18 -0
.gitignore
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
__pycache__
|
2 |
+
*.pyc
|
3 |
+
*.pyo
|
4 |
+
*.pyd
|
5 |
+
*.pyw
|
6 |
+
*.pyz
|
7 |
+
|
8 |
+
.venv
|
9 |
+
data/
|
10 |
+
models/
|
11 |
+
*.log
|
12 |
+
*.txt
|
13 |
+
*.csv
|
14 |
+
*.json
|
15 |
+
*.pickle
|
16 |
+
|
17 |
+
|
18 |
+
references/
|