added a conservative dockerignore

This commit is contained in:
Chris Sanden
2026-05-13 15:42:00 +02:00
parent a1c4bfb693
commit 5ec8796ae4

33
.dockerignore Normal file
View File

@@ -0,0 +1,33 @@
# Git / repo metadata
.git
.gitignore
.gitlab-ci.yml
# Local Python artifacts
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.coverage
htmlcov/
# Local virtual environments
.venv/
venv/
env/
# Local databases
database_file/*.db
# Dev/test files not needed at runtime
tests/
compose.yml
manifests/
# Local/editor/system files
.env
*.log
.DS_Store
.idea/
.vscode/