chore: ignore and drop Python __pycache__ artifacts

This commit is contained in:
Niko Marmeladkov 2026-08-12 22:37:05 +03:00
parent 9d66003689
commit cd6641e377
Signed by: Niko
GPG key ID: E3B955F9442D44E3
2 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View file

@ -7,3 +7,7 @@
# Editor / OS noise
*.swp
.DS_Store
# Python caches
__pycache__/
*.pyc