build: improve .dockerignore

This commit is contained in:
Chris Christiansen 2026-09-05 20:00:19 +00:00
parent 8548d41e22
commit 6bb1d94b0e

View File

@ -1,9 +1,37 @@
spire-1.15.3/data # Git metadata
.venv .git/
.venv-flake8
__pycache__ # Python environments and generated files
*.pyc .venv/
*.pyo .venv-*/
*.pyd **/.venv/
.pytest_cache **/venv/
**/env/
**/tmp_venv/
__pycache__/
*.py[cod]
.pytest_cache/
.coverage .coverage
coverage/
htmlcov/
# Node and frontend dependencies
node_modules/
# Local infrastructure state and caches
.terraform/
**/.terraform/
*.tfstate
*.tfstate.*
.terraform.lock.hcl
# Local tools, downloaded artifacts, and temporary output
spire-*/
*.log
tmp/
temp/
.gemini/
# OS/editor metadata
.DS_Store
.vscode/