Technolgy file archetecture revised with dictionary input method
This commit is contained in:
+2
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user