initial commit with docker

This commit is contained in:
ultrablob 2025-06-01 13:12:42 -04:00
commit 164b9ab4b9
8 changed files with 460 additions and 0 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv