first commit

This commit is contained in:
2024-02-19 23:43:53 +02:00
commit 435d4317e9
9 changed files with 359 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
dev.env
.dev_opts.json
.idea
*.code-workspace
*.pyc
*.swp
*~
*.egg-info/
build
dist
.coverage
/htmlcov
.installed
.mypy_cache
.vscode
.theia
.venv/
# Created by unit tests
.pytest_cache/