Technolgy file archetecture revised with dictionary input method

This commit is contained in:
=
2026-06-07 17:07:20 +08:00
parent 8a17f1dde0
commit 54d20eb154
163 changed files with 5948 additions and 1297 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ def build_and_harvest():
# shutil.copy2(file_path, target_dir / file)
# (Optional) Copy non-code assets like config files or templates
elif file.endswith((".json", ".yaml", ".yml")):
elif file.endswith((".csv", ".json", ".yaml", ".yml")):
shutil.copy2(file_path, target_dir / file)
print("✨ Cleanup: Removing intermediate .c files from source...")
@@ -66,4 +66,4 @@ def build_and_harvest():
print(f"\n🚀 Success! Your secure package is ready in: {release_dir.parent.resolve()}")
if __name__ == "__main__":
build_and_harvest()
build_and_harvest()