Add configuration for python
This commit is contained in:
parent
19f2786398
commit
5df789c413
7 changed files with 108 additions and 0 deletions
|
|
@ -5,6 +5,14 @@
|
|||
*.temp
|
||||
*.tmp
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.python-version
|
||||
.venv/
|
||||
venv/
|
||||
.env
|
||||
|
||||
# Vim
|
||||
# Source: https://github.com/github/gitignore/blob/main/Global/Vim.gitignore
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue