Big restructuring by moving to python

This commit is contained in:
budtmo
2023-05-09 19:34:44 +02:00
parent abcdf3f4d1
commit 6767970307
448 changed files with 2493 additions and 5679 deletions
+19 -8
View File
@@ -1,9 +1,20 @@
.idea/*
.DS_Store
*.pyc
# IDE
**/*.idea
backup
# Coverage
.coverage
coverage.xml
xunit.xml
coverage/*
# Python
**/*.egg-info
**/*.pyc
**/__pycache__
**/venv
# Unit Test
**/.coverage
**/coverage.xml
**/xunit.xml
**/coverage
tmp/
# Dev-files
n*.txt
test-*.sh