Добавил служебные файлы
This commit is contained in:
parent
c567202209
commit
2ff065ce6e
4 changed files with 284 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
.env
|
||||
__pycache__/
|
||||
.venv/
|
||||
.python-version
|
||||
Loading…
Add table
Add a link
Reference in a new issue