Spaces:
Running
Running
sghorbal commited on
Commit ·
343f767
1
Parent(s): ba4d8a0
fill .gitignore
Browse files- .gitignore +7 -1
.gitignore
CHANGED
|
@@ -1 +1,7 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.env
|
| 2 |
+
__pycache__/
|
| 3 |
+
*.py[cod]
|
| 4 |
+
*.log
|
| 5 |
+
*.DS_Store
|
| 6 |
+
|
| 7 |
+
url.json
|