Add __pycache__ to gitignore
This commit is contained in:
parent
61ca9f1023
commit
6693dd0176
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,6 +2,8 @@ dist/
|
|||
build/
|
||||
.idea/
|
||||
files/
|
||||
lon_deployer/__pycache__/
|
||||
tests/__pycache__/
|
||||
|
||||
*.zip
|
||||
*.spec
|
Reference in a new issue