feat: init
[skip ci]
This commit is contained in:
commit
0d6c010cce
55 changed files with 4216 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/.pytest_cache/
|
||||
/.tox/
|
||||
/build/
|
||||
/dist/
|
||||
/docs/_stubs/
|
||||
/docs/_tree/
|
||||
/test-reports/
|
||||
/src/*.egg-info/
|
||||
**/__pycache__/
|
||||
.DS_Store
|
||||
.coverage
|
||||
/*.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue