feat: add Docker configuration

This commit is contained in:
2025-11-30 17:49:55 -05:00
parent 87d8c31778
commit f79a89a777
4 changed files with 49 additions and 0 deletions

10
.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
__pycache__/
*.pyc
.git/
.gitignore
tests/
docs/
data/
*.md
.env
.venv/