diff --git a/.gitignore b/.gitignore index 2eea525..ad7b485 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ -.env \ No newline at end of file +.env +*/__pycache__ +__pycache__/ +**/__pycache__/ +*.py[cod] \ No newline at end of file diff --git a/__pycache__/arango.cpython-310.pyc b/__pycache__/arango.cpython-310.pyc deleted file mode 100644 index 7fe8652..0000000 Binary files a/__pycache__/arango.cpython-310.pyc and /dev/null differ