Add Gitea Actions setup documentation and update .gitignore for CI/CD scripts

This commit is contained in:
2025-11-19 15:13:25 +01:00
parent 709f843598
commit 5f28c85f6f
5 changed files with 665 additions and 4 deletions

11
.gitignore vendored
View File

@@ -13,6 +13,9 @@ ENV/
# Python Skripte (nur Gesetze sollen gepusht werden)
*.py
# Wichtige Skripte für CI/CD sollen gepusht werden können
!update_laws.py
!xml_to_markdown.py
# Test-Verzeichnisse
test_laws/
@@ -30,6 +33,9 @@ laws/
!README.md
!requirements.txt
!.gitignore
# Gitea Actions Workflows
!.gitea/
!.gitea/**
# IDE
.vscode/
@@ -48,7 +54,4 @@ Thumbs.db
# Temporäre Dateien
*.tmp
*.bak
*.cache
# requirements.txt
requirements.txt
*.cache