First commit, already played around a bit

This commit is contained in:
Jan
2024-03-13 15:56:34 +01:00
commit 4fc6765b1d
10 changed files with 346 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
.venv/
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/