diff --git a/.gitignore b/.gitignore index b529285..869f7af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # Created by venv; see https://docs.python.org/3/library/venv.html /.venv .env -/.idea \ No newline at end of file +/.idea +/commands/__pycache__ +/lib/__pycache__ \ No newline at end of file