diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | clusterman/__pycache__/__init__.cpython-311.pyc | bin | 258 -> 0 bytes | |||
| -rw-r--r-- | clusterman/__pycache__/__main__.cpython-311.pyc | bin | 337 -> 0 bytes |
3 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ env/ clusterman.egg-info/ -build/
\ No newline at end of file +build/ +__pycache__/
\ No newline at end of file diff --git a/clusterman/__pycache__/__init__.cpython-311.pyc b/clusterman/__pycache__/__init__.cpython-311.pyc Binary files differdeleted file mode 100644 index 47303d7..0000000 --- a/clusterman/__pycache__/__init__.cpython-311.pyc +++ /dev/null diff --git a/clusterman/__pycache__/__main__.cpython-311.pyc b/clusterman/__pycache__/__main__.cpython-311.pyc Binary files differdeleted file mode 100644 index 0e9b39c..0000000 --- a/clusterman/__pycache__/__main__.cpython-311.pyc +++ /dev/null |
