diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..daeddc8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg diff --git a/__pycache__/api.cpython-314.pyc b/__pycache__/api.cpython-314.pyc deleted file mode 100644 index fb983a9..0000000 Binary files a/__pycache__/api.cpython-314.pyc and /dev/null differ diff --git a/__pycache__/app.cpython-314.pyc b/__pycache__/app.cpython-314.pyc deleted file mode 100644 index 08a7597..0000000 Binary files a/__pycache__/app.cpython-314.pyc and /dev/null differ diff --git a/__pycache__/models.cpython-314.pyc b/__pycache__/models.cpython-314.pyc deleted file mode 100644 index cd579c4..0000000 Binary files a/__pycache__/models.cpython-314.pyc and /dev/null differ diff --git a/__pycache__/seed.cpython-314.pyc b/__pycache__/seed.cpython-314.pyc deleted file mode 100644 index 800b512..0000000 Binary files a/__pycache__/seed.cpython-314.pyc and /dev/null differ diff --git a/__pycache__/ssh_display.cpython-314.pyc b/__pycache__/ssh_display.cpython-314.pyc deleted file mode 100644 index 1c494ad..0000000 Binary files a/__pycache__/ssh_display.cpython-314.pyc and /dev/null differ