ignore pycache folder
This commit is contained in:
parent
9f7e91ef87
commit
ccab4489d5
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -5,3 +5,6 @@ lib/
|
|||
|
||||
# IDE
|
||||
.vscode/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
|
|
Reference in a new issue