Add boilerplate

This commit is contained in:
Marko Durkovic
2021-05-02 14:43:01 +02:00
commit 3628834c21
14 changed files with 672 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
*.py[co]
*.egg-info/
.eggs/
__pycache__/
/build/
/dist/
/public/
/venv/
/.mypy_cache/
/.pytest_cache/
/htmlcov/
/.coverage
/coverage.xml
/report.xml
/tools/messages/[^.]*
*.sw[op]
/.vscode