diff --git a/.gitignore b/.gitignore index 2839fc9..0fb288e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ venv grocy_cli.egg-info/ +grocy/**/__pycache__/ diff --git a/grocy/__pycache__/__init__.cpython-37.pyc b/grocy/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index e096245..0000000 Binary files a/grocy/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/grocy/__pycache__/cli.cpython-37.pyc b/grocy/__pycache__/cli.cpython-37.pyc deleted file mode 100644 index 34e2ce5..0000000 Binary files a/grocy/__pycache__/cli.cpython-37.pyc and /dev/null differ diff --git a/grocy/__pycache__/rest.cpython-37.pyc b/grocy/__pycache__/rest.cpython-37.pyc deleted file mode 100644 index 26c1ded..0000000 Binary files a/grocy/__pycache__/rest.cpython-37.pyc and /dev/null differ diff --git a/grocy/commands/__pycache__/__init__.cpython-37.pyc b/grocy/commands/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index 4263d1c..0000000 Binary files a/grocy/commands/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/grocy/commands/__pycache__/stock.cpython-37.pyc b/grocy/commands/__pycache__/stock.cpython-37.pyc deleted file mode 100644 index 794d80c..0000000 Binary files a/grocy/commands/__pycache__/stock.cpython-37.pyc and /dev/null differ