ignore
This commit is contained in:
parent
4894d3724c
commit
34829ff1dc
1 changed files with 9 additions and 2 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,3 +1,10 @@
|
|||
__pycache__
|
||||
/.idea
|
||||
# project
|
||||
/out
|
||||
|
||||
# python
|
||||
__pycache__
|
||||
/.venv
|
||||
|
||||
# tools
|
||||
/.idea
|
||||
/.vscode
|
||||
|
|
Loading…
Reference in a new issue