Ignore common transient/local files
This commit is contained in:
parent
782dd32c45
commit
5ec9871b65
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,4 +1,9 @@
|
|||
__pycache__/
|
||||
*.pyo
|
||||
*.pyc
|
||||
output/*
|
||||
dist/
|
||||
.venv/
|
||||
.python-version
|
||||
*~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue