diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8af78e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class + +# Distribution / packaging +dist/ +build/ +*.egg-info/ + +# Virtual Environment +venv/ +env/ +.env/ + +# IDE +.idea/ +.vscode/ + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +coverage.xml +*.cover \ No newline at end of file diff --git a/eks_automation/__pycache__/__init__.cpython-39.pyc b/eks_automation/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index b52cf49..0000000 Binary files a/eks_automation/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/eks_automation/__pycache__/app.cpython-39.pyc b/eks_automation/__pycache__/app.cpython-39.pyc deleted file mode 100644 index 7d9dfa2..0000000 Binary files a/eks_automation/__pycache__/app.cpython-39.pyc and /dev/null differ diff --git a/eks_automation/tests/__pycache__/__init__.cpython-39.pyc b/eks_automation/tests/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index 5326f36..0000000 Binary files a/eks_automation/tests/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/eks_automation/tests/__pycache__/conftest.cpython-39-pytest-8.1.1.pyc b/eks_automation/tests/__pycache__/conftest.cpython-39-pytest-8.1.1.pyc deleted file mode 100644 index 063d2ad..0000000 Binary files a/eks_automation/tests/__pycache__/conftest.cpython-39-pytest-8.1.1.pyc and /dev/null differ diff --git a/eks_automation/tests/__pycache__/test_github_client.cpython-39-pytest-8.1.1.pyc b/eks_automation/tests/__pycache__/test_github_client.cpython-39-pytest-8.1.1.pyc deleted file mode 100644 index 0105335..0000000 Binary files a/eks_automation/tests/__pycache__/test_github_client.cpython-39-pytest-8.1.1.pyc and /dev/null differ