repo descriptions updated

This commit is contained in:
2026-08-08 10:36:34 +00:00
parent daeb08c054
commit 2786f12ab6
13 changed files with 94 additions and 89 deletions
+3 -1
View File
@@ -13,7 +13,7 @@ from zipfile import ZIP_DEFLATED, ZipFile
ROOT = Path(__file__).resolve().parents[1]
EXCLUDED_NAMES = {
".git", ".venv", "venv", "__pycache__", ".pytest_cache", ".mypy_cache",
".ruff_cache", "dist", "THIRD_PARTY_LICENSES",
".ruff_cache", "dist", "THIRD_PARTY_LICENSES", ".internal",
}
EXCLUDED_FILES = {
".env",
@@ -22,6 +22,8 @@ EXCLUDED_FILES = {
"app/main_old.py",
"assetmanager.db",
".public-release-local-patterns",
"AI_CONTENT.md", "AI_CONTENT_ANALYSE.txt", "AI_CONTEXT.md", "AI_CONTEXT_ANALYSE.txt",
"DEVELOPMENT_NOTES.md", "DEVELOPMENT_CONTEXT.md",
}
RUNTIME_DIRS = {
"data/postgres", "data/uploads", "data/logs", "data/backups",