feat(container): add container builds

This commit is contained in:
Sawyer 2025-08-05 19:27:37 -05:00
parent 244aea41cc
commit 271897f18f
5 changed files with 110 additions and 1 deletions

12
.dockerignore Normal file
View file

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