repo descriptions updated
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user