Add .gitignore for .idea/ and __pycache__/

This commit is contained in:
KansaiGaijin
2026-07-07 12:13:58 +12:00
parent 221cb71410
commit 7935983707
24 changed files with 3 additions and 51 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.idea/
__pycache__/
*.pyc