feat: add the foundation files with a working script

This commit is contained in:
Adam
2026-01-25 09:44:34 +01:00
commit 0bbf01e007
8 changed files with 833 additions and 0 deletions

11
.dockerignore Normal file
View File

@ -0,0 +1,11 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
.env
.git
.gitignore
Dockerfile
README.md