Spaces:
Sleeping
Sleeping
Ajay Karthick Senthil Kumar
commited on
Commit
·
311e4d6
1
Parent(s):
d5bc1d8
remove __pycache__
Browse files
.gitignore
CHANGED
@@ -1 +1,10 @@
|
|
1 |
__pycache__
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
__pycache__
|
2 |
+
*.pyc
|
3 |
+
*.pyo
|
4 |
+
*.pyd
|
5 |
+
*.pyz
|
6 |
+
*.pyw
|
7 |
+
*.pyx
|
8 |
+
*.pxd
|
9 |
+
*.pxi
|
10 |
+
*.pxi2
|
__pycache__/config.cpython-39.pyc
DELETED
Binary file (2.68 kB)
|
|
__pycache__/metrics.cpython-39.pyc
DELETED
Binary file (964 Bytes)
|
|
__pycache__/utils.cpython-39.pyc
DELETED
Binary file (3.67 kB)
|
|