diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e634c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.pyc +*.csv +*.db +.vscode +cache.sqlite \ No newline at end of file diff --git a/src/beakers/__pycache__/__init__.cpython-311.pyc b/src/beakers/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 9a537bf..0000000 Binary files a/src/beakers/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/src/beakers/__pycache__/beaker.cpython-311.pyc b/src/beakers/__pycache__/beaker.cpython-311.pyc deleted file mode 100644 index 0257702..0000000 Binary files a/src/beakers/__pycache__/beaker.cpython-311.pyc and /dev/null differ diff --git a/src/beakers/__pycache__/recipe.cpython-311.pyc b/src/beakers/__pycache__/recipe.cpython-311.pyc deleted file mode 100644 index 1807f14..0000000 Binary files a/src/beakers/__pycache__/recipe.cpython-311.pyc and /dev/null differ diff --git a/src/beakers/__pycache__/sources.cpython-311.pyc b/src/beakers/__pycache__/sources.cpython-311.pyc deleted file mode 100644 index b70c646..0000000 Binary files a/src/beakers/__pycache__/sources.cpython-311.pyc and /dev/null differ