main: initial library code
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
.cache/
|
||||
.coverage
|
||||
.coverage-report/
|
||||
.pdm.lock/
|
||||
.vscode/
|
||||
**/__pycache__/
|
||||
**/*.pyc
|
||||
.pdm-build/
|
||||
dist/
|
||||
build/
|
||||
pytest_cache/
|
||||
.venv/
|
||||
var/
|
||||
.env
|
||||
Reference in New Issue
Block a user