build: improve .dockerignore
This commit is contained in:
parent
8548d41e22
commit
6bb1d94b0e
|
|
@ -1,9 +1,37 @@
|
|||
spire-1.15.3/data
|
||||
.venv
|
||||
.venv-flake8
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.pytest_cache
|
||||
# Git metadata
|
||||
.git/
|
||||
|
||||
# Python environments and generated files
|
||||
.venv/
|
||||
.venv-*/
|
||||
**/.venv/
|
||||
**/venv/
|
||||
**/env/
|
||||
**/tmp_venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.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/
|
||||
Loading…
Reference in New Issue
Block a user