diff --git a/.github/scripts/build_assets/__pycache__/PathResolverAction.cpython-38.pyc b/.github/scripts/build_assets/__pycache__/PathResolverAction.cpython-38.pyc deleted file mode 100644 index 26820f7d..00000000 Binary files a/.github/scripts/build_assets/__pycache__/PathResolverAction.cpython-38.pyc and /dev/null differ diff --git a/.github/scripts/build_assets/__pycache__/SeleniumRunner.cpython-38.pyc b/.github/scripts/build_assets/__pycache__/SeleniumRunner.cpython-38.pyc deleted file mode 100644 index 77c179d0..00000000 Binary files a/.github/scripts/build_assets/__pycache__/SeleniumRunner.cpython-38.pyc and /dev/null differ diff --git a/.github/scripts/build_assets/__pycache__/filehandler.cpython-38.pyc b/.github/scripts/build_assets/__pycache__/filehandler.cpython-38.pyc deleted file mode 100644 index c87b54a9..00000000 Binary files a/.github/scripts/build_assets/__pycache__/filehandler.cpython-38.pyc and /dev/null differ diff --git a/.gitignore b/.gitignore index 0b2ceb9b..3c5259ea 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules .DS_Store .idea geckodriver.log -__pycache__ \ No newline at end of file +__pycache__ +*.pyc \ No newline at end of file