diff --git a/.gitignore b/.gitignore index 5d9c0c8..b204fa0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ Homestead.yaml npm-debug.log yarn-error.log public/robots.txt - +__pycache__ # OS generated files # ###################### @@ -46,5 +46,6 @@ Thumbs.db nbproject/* # Visual Studio Code .vscode +.theia # Sass preprocessor .sass-cache/ \ No newline at end of file diff --git a/.theia/launch.json b/.theia/launch.json deleted file mode 100644 index 6077c7f..0000000 --- a/.theia/launch.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - "version": "0.2.0", - "configurations": [ - { - "name": "Python: Current File", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal" - } - ] -} diff --git a/src/__pycache__/__init__.cpython-39.pyc b/src/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index 70a95df..0000000 Binary files a/src/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/src/__pycache__/glob.cpython-39.pyc b/src/__pycache__/glob.cpython-39.pyc deleted file mode 100644 index e670f8d..0000000 Binary files a/src/__pycache__/glob.cpython-39.pyc and /dev/null differ diff --git a/src/db/__pycache__/__init__.cpython-39.pyc b/src/db/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index d6a8f13..0000000 Binary files a/src/db/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/src/db/__pycache__/sqlite.cpython-39.pyc b/src/db/__pycache__/sqlite.cpython-39.pyc deleted file mode 100644 index 1f14c77..0000000 Binary files a/src/db/__pycache__/sqlite.cpython-39.pyc and /dev/null differ diff --git a/src/gcs/__pycache__/__init__.cpython-39.pyc b/src/gcs/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index 51fe10b..0000000 Binary files a/src/gcs/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/src/gcs/__pycache__/client.cpython-39.pyc b/src/gcs/__pycache__/client.cpython-39.pyc deleted file mode 100644 index fd7a831..0000000 Binary files a/src/gcs/__pycache__/client.cpython-39.pyc and /dev/null differ