Initial setup of directory structure
This commit is contained in:
parent
83a32674c5
commit
2f91ce0367
14 changed files with 185 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
*.pyc
|
||||
.pytest_cache
|
||||
.vscode
|
||||
build
|
||||
dist
|
||||
__pycache__
|
||||
*.egg-info
|
||||
_build
|
||||
Loading…
Add table
Add a link
Reference in a new issue