diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9f0c26 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +.pyc +.env +.key diff --git a/__pycache__/mymodule.cpython-39.pyc b/__pycache__/mymodule.cpython-39.pyc deleted file mode 100644 index a03234e..0000000 Binary files a/__pycache__/mymodule.cpython-39.pyc and /dev/null differ