From ccb6e5e1b81898bab40fa653bdd6cff54eb74f92 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 04:17:03 +0000 Subject: [PATCH] Initial upload: DataForge CLI with full documentation and tests --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..020a59a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.py text=auto +*.toml text=auto +*.yaml text=auto +*.yml text=auto