Initial setup
This commit is contained in:
commit
0e85351fbd
7 changed files with 153 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
*.py[cod]
|
||||
*.py[cod]
|
||||
*.pyc
|
||||
__pycache__
|
||||
.env
|
||||
venv
|
Reference in a new issue