Chore: ignore Python cache artifacts

This commit is contained in:
Ruslan
2026-04-14 11:43:16 +03:00
parent ae3da04d4a
commit 39d17534e0
2 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@@ -3,3 +3,7 @@
*.swp *.swp
.env .env
.DS_Store .DS_Store
# Python cache
__pycache__/
*.pyc

Binary file not shown.