init
This commit is contained in:
commit
6e1c25caa4
16 changed files with 80378 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
# Misc
|
||||
.python-version
|
||||
stuff/
|
||||
Loading…
Add table
Add a link
Reference in a new issue