Spaces:
Sleeping
Sleeping
Jacobo
commited on
Commit
·
f3bfbe7
1
Parent(s):
0abe7f2
fuck git
Browse files- .gitignore +21 -0
.gitignore
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.venv/
|
2 |
+
.env
|
3 |
+
|
4 |
+
var/
|
5 |
+
lib/
|
6 |
+
Scripts/
|
7 |
+
include/
|
8 |
+
|
9 |
+
*.pyc
|
10 |
+
__pycache__/
|
11 |
+
|
12 |
+
instance/
|
13 |
+
|
14 |
+
.pytest_cache/
|
15 |
+
.coverage
|
16 |
+
htmlcov/
|
17 |
+
|
18 |
+
dist/
|
19 |
+
build/
|
20 |
+
*.egg-info/
|
21 |
+
test.py
|