diff --git a/.gitignore b/.gitignore index 4c49bd7..83d0390 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ .env +.venv/ +__pycache__/ +*.pyc +data/ +*.db +.pytest_cache/ diff --git a/.venv/bin/python b/.venv/bin/python deleted file mode 120000 index b8a0adb..0000000 --- a/.venv/bin/python +++ /dev/null @@ -1 +0,0 @@ -python3 \ No newline at end of file diff --git a/.venv/bin/python3 b/.venv/bin/python3 deleted file mode 120000 index ae65fda..0000000 --- a/.venv/bin/python3 +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/python3 \ No newline at end of file diff --git a/.venv/bin/python3.10 b/.venv/bin/python3.10 deleted file mode 120000 index b8a0adb..0000000 --- a/.venv/bin/python3.10 +++ /dev/null @@ -1 +0,0 @@ -python3 \ No newline at end of file diff --git a/.venv/lib64 b/.venv/lib64 deleted file mode 120000 index 7951405..0000000 --- a/.venv/lib64 +++ /dev/null @@ -1 +0,0 @@ -lib \ No newline at end of file diff --git a/.venv/pyvenv.cfg b/.venv/pyvenv.cfg deleted file mode 100644 index 0537ffc..0000000 --- a/.venv/pyvenv.cfg +++ /dev/null @@ -1,3 +0,0 @@ -home = /usr/bin -include-system-site-packages = false -version = 3.10.12 diff --git a/data/orchestrator.db b/data/orchestrator.db deleted file mode 100644 index 48dd832..0000000 Binary files a/data/orchestrator.db and /dev/null differ diff --git a/src/__pycache__/__init__.cpython-312.pyc b/src/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 7112f36..0000000 Binary files a/src/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/src/__pycache__/config.cpython-312.pyc b/src/__pycache__/config.cpython-312.pyc deleted file mode 100644 index f686fd2..0000000 Binary files a/src/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/src/__pycache__/db.cpython-312.pyc b/src/__pycache__/db.cpython-312.pyc deleted file mode 100644 index b2c3b82..0000000 Binary files a/src/__pycache__/db.cpython-312.pyc and /dev/null differ diff --git a/src/__pycache__/main.cpython-312.pyc b/src/__pycache__/main.cpython-312.pyc deleted file mode 100644 index a765d09..0000000 Binary files a/src/__pycache__/main.cpython-312.pyc and /dev/null differ diff --git a/src/webhooks/__pycache__/__init__.cpython-312.pyc b/src/webhooks/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index b5efced..0000000 Binary files a/src/webhooks/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/src/webhooks/__pycache__/gitea.cpython-312.pyc b/src/webhooks/__pycache__/gitea.cpython-312.pyc deleted file mode 100644 index 9d21a1a..0000000 Binary files a/src/webhooks/__pycache__/gitea.cpython-312.pyc and /dev/null differ diff --git a/src/webhooks/__pycache__/plane.cpython-312.pyc b/src/webhooks/__pycache__/plane.cpython-312.pyc deleted file mode 100644 index f73fb65..0000000 Binary files a/src/webhooks/__pycache__/plane.cpython-312.pyc and /dev/null differ diff --git a/tests/__pycache__/__init__.cpython-312.pyc b/tests/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 50e555a..0000000 Binary files a/tests/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/tests/__pycache__/test_webhooks.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_webhooks.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 0e63ef0..0000000 Binary files a/tests/__pycache__/test_webhooks.cpython-312-pytest-9.0.3.pyc and /dev/null differ