This commit is contained in:
N0\A
2025-10-21 16:01:51 +02:00
parent 80a8a9a5f6
commit 33c0f5e187
2 changed files with 14 additions and 3 deletions

8
.gitignore vendored
View File

@@ -1,6 +1,10 @@
__pycache__
#Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.pdb
*.pyt
*.pym
*.pyt
*.pyc.*
*.pyo.*