Initial code commit
This commit is contained in:
parent
c9eba67347
commit
167847cd28
5 changed files with 138 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# IDE / editor files
|
||||
.idea/
|
||||
.vscode/
|
||||
.*.swp
|
||||
|
||||
# General
|
||||
/_tmp
|
||||
|
||||
# Python
|
||||
__pycache__
|
||||
*.py[cod]
|
||||
/venv
|
||||
Loading…
Add table
Add a link
Reference in a new issue