feat: Add Dockerfile and .dockerignore for improved containerization
This commit is contained in:
23
.dockerignore
Normal file
23
.dockerignore
Normal file
@@ -0,0 +1,23 @@
|
||||
.git
|
||||
.gitignore
|
||||
**/__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.swp
|
||||
*.swo
|
||||
*.log
|
||||
.env
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
ENV/
|
||||
.build/
|
||||
build/
|
||||
dist/
|
||||
node_modules/
|
||||
__pycache__/
|
||||
.testresults/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
.mypy_cache/
|
||||
Reference in New Issue
Block a user