aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-08-25 16:06:00 +0800
committercrupest <crupest@outlook.com>2024-08-25 16:06:00 +0800
commit669048c81d4974adc4d795cff158ab8551218bd9 (patch)
treeb105c5bb773316074fb384ec8459ce890bdd6e03 /tools
parenta48960d55e7401978b6dba3d51f074bcacfc1c07 (diff)
downloadcrupest-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/.gitignore4
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__