diff --git a/.gitignore b/.gitignore index 3e69883..3d3b0a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .venv/ .idea/ config.py +__pycache__/ +*.pyc +*.pyo \ No newline at end of file diff --git a/__pycache__/config.cpython-314.pyc b/__pycache__/config.cpython-314.pyc deleted file mode 100644 index 366c336..0000000 Binary files a/__pycache__/config.cpython-314.pyc and /dev/null differ