Initial commit
This commit is contained in:
commit
8311391ba2
6 changed files with 615 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Python
|
||||
/venv/
|
||||
/__pycache__/
|
||||
|
||||
# Project-specific
|
||||
/config.json
|
||||
/out/
|
||||
Reference in a new issue