Add __pycache__ to gitignore

This commit is contained in:
timoxa0 2024-05-06 23:38:23 +05:00
parent 61ca9f1023
commit 6693dd0176

2
.gitignore vendored
View file

@ -2,6 +2,8 @@ dist/
build/ build/
.idea/ .idea/
files/ files/
lon_deployer/__pycache__/
tests/__pycache__/
*.zip *.zip
*.spec *.spec