Initial commit

This commit is contained in:
2025-03-17 19:57:41 +01:00
commit 5a2806c1cd
7 changed files with 530 additions and 0 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
*.log
.git
.gitignore
.pytest_cache/
.coverage
htmlcov/