diff options
author | crupest <crupest@outlook.com> | 2024-08-25 16:06:00 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-08-25 16:06:00 +0800 |
commit | 669048c81d4974adc4d795cff158ab8551218bd9 (patch) | |
tree | b105c5bb773316074fb384ec8459ce890bdd6e03 /tools | |
parent | a48960d55e7401978b6dba3d51f074bcacfc1c07 (diff) | |
download | crupest-669048c81d4974adc4d795cff158ab8551218bd9.tar.gz crupest-669048c81d4974adc4d795cff158ab8551218bd9.tar.bz2 crupest-669048c81d4974adc4d795cff158ab8551218bd9.zip |
chore(aio): add __pycache__ to gitignore.
Diffstat (limited to 'tools')
-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__ |