diff --git a/.gitignore b/.gitignore index 5612761..e2b9574 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ log/ .env.credentials.local +.vscode/ +atvm/tmp/ + +# Python bytecode +__pycache__/ +*.pyc diff --git a/atvm/watcher-service/__pycache__/atvm_run_watcher.cpython-312.pyc b/atvm/watcher-service/__pycache__/atvm_run_watcher.cpython-312.pyc deleted file mode 100644 index ad98290..0000000 Binary files a/atvm/watcher-service/__pycache__/atvm_run_watcher.cpython-312.pyc and /dev/null differ