build: add .dockerignore for opax-mcp

This commit is contained in:
Chris Christiansen 2026-09-05 20:24:05 +00:00
parent 6bb1d94b0e
commit e84a52d4f6

10
opax-mcp/.dockerignore Normal file
View File

@ -0,0 +1,10 @@
.venv/
.venv-*/
tmp_venv/
__pycache__/
*.py[cod]
.pytest_cache/
.coverage
coverage/
htmlcov/
*.log