diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d497e87 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +__pycache__/ +*.pyc +*.pyo +.env +.venv/ +*.egg-info/ +dist/ +build/ diff --git a/__pycache__/main.cpython-311.pyc b/__pycache__/main.cpython-311.pyc deleted file mode 100644 index 73d59e6..0000000 Binary files a/__pycache__/main.cpython-311.pyc and /dev/null differ