nicoaspra
commited on
Commit
·
10a5266
1
Parent(s):
2369b7b
add .gitignore
Browse files- .gitattributes +0 -9
- .gitignore +7 -0
.gitattributes
CHANGED
|
@@ -1,12 +1,3 @@
|
|
| 1 |
-
venv/
|
| 2 |
-
.env
|
| 3 |
-
__pycache__/
|
| 4 |
-
error_log.txt
|
| 5 |
-
.cache
|
| 6 |
-
tcc_ceds_music.csv
|
| 7 |
-
.pyc
|
| 8 |
-
|
| 9 |
-
|
| 10 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 11 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 12 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
venv/
|
| 2 |
+
.env
|
| 3 |
+
__pycache__/
|
| 4 |
+
error_log.txt
|
| 5 |
+
.cache
|
| 6 |
+
tcc_ceds_music.csv
|
| 7 |
+
.pyc
|