Add configuration for python
This commit is contained in:
parent
56845c5c19
commit
4d9e800d94
8 changed files with 132 additions and 0 deletions
|
|
@ -4,3 +4,11 @@
|
|||
*.orig
|
||||
*.temp
|
||||
*.tmp
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.python-version
|
||||
.venv/
|
||||
venv/
|
||||
.env
|
||||
|
|
|
|||
Loading…
Reference in a new issue