diff --git a/.gitignore b/.gitignore index 0cffcb3..50f97cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,30 @@ +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ config.json \ No newline at end of file diff --git a/__pycache__/wrapper.cpython-313.pyc b/__pycache__/wrapper.cpython-313.pyc deleted file mode 100644 index c4a8e99..0000000 Binary files a/__pycache__/wrapper.cpython-313.pyc and /dev/null differ