Spaces:
Sleeping
Sleeping
gitignore pycache
Browse files
.gitignore
CHANGED
@@ -6,4 +6,5 @@
|
|
6 |
.ipynb_checkpoints
|
7 |
.pytest_cache
|
8 |
|
9 |
-
|
|
|
|
6 |
.ipynb_checkpoints
|
7 |
.pytest_cache
|
8 |
|
9 |
+
__pycache__
|
10 |
+
|
src/rubik/__pycache__/__init__.cpython-312.pyc
DELETED
Binary file (170 Bytes)
|
|
src/rubik/__pycache__/__main__.cpython-312.pyc
DELETED
Binary file (296 Bytes)
|
|
src/rubik/__pycache__/hello.cpython-312.pyc
DELETED
Binary file (372 Bytes)
|
|