Add Python cache files to .gitignore

This commit is contained in:
2025-12-06 06:33:57 +00:00
committed by GitHub
parent 0cd2f30236
commit de106b2e33
+4
View File
@@ -39,3 +39,7 @@
# debug information files # debug information files
*.dwo *.dwo
# python cache
__pycache__/
*.pyc