add parts for odcker build and gitea action build

This commit is contained in:
2025-12-14 19:51:36 +01:00
parent 928c2f23c8
commit 971cdd4461
6 changed files with 254 additions and 1 deletions

37
.dockerignore Normal file
View File

@@ -0,0 +1,37 @@
# Git
.git
.gitignore
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.venv
venv
env
# IDE
.vscode
.idea
*.swp
*.swo
# Documentation
README.md
*.md
# Config (user should provide their own)
config.yaml
# Docs (user should mount their own)
docs/*.txt
# CI/CD
.gitea