Spaces:
Sleeping
Sleeping
Taha Mahmood commited on
Commit ·
8d8e1ad
1
Parent(s): 754d92a
Remove pyc files and add gitignore
Browse files- .gitignore +5 -1
.gitignore
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
*.txt
|
| 2 |
!requirements.txt
|
| 3 |
-
outputs/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
*.txt
|
| 2 |
!requirements.txt
|
| 3 |
+
outputs/
|
| 4 |
+
__pycache__/
|
| 5 |
+
*.pyc
|
| 6 |
+
*.pyo
|
| 7 |
+
*.pyd
|