feat(container): add container builds
This commit is contained in:
parent
244aea41cc
commit
271897f18f
5 changed files with 110 additions and 1 deletions
12
.dockerignore
Normal file
12
.dockerignore
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
.git
|
Loading…
Add table
Add a link
Reference in a new issue