Populate gitignore
This commit is contained in:
parent
ea479941c2
commit
10a1dea271
1 changed files with 11 additions and 1 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,2 +1,12 @@
|
||||||
.venv
|
|
||||||
|
# IDEs
|
||||||
|
.vscode
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# python
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
|
# Virtualenvs
|
||||||
|
env
|
||||||
|
.venv
|
||||||
|
venv
|
||||||
|
|
Loading…
Add table
Reference in a new issue