diff options
-rw-r--r-- | tools/aio/.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/aio/.gitignore b/tools/aio/.gitignore index 6b75623..259058c 100644 --- a/tools/aio/.gitignore +++ b/tools/aio/.gitignore @@ -1,2 +1,4 @@ .idea -venv
\ No newline at end of file +venv + +__pycache__ |