From e01b690cb0b5f447c95598e8f2c1abaa17c17363 Mon Sep 17 00:00:00 2001 From: Anonymous Authors Date: Fri, 24 Jul 2026 11:07:23 -0500 Subject: Add anonymous KAFT MVP reproduction --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c4ce57 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.venv/ +data/ +__pycache__/ +*.py[cod] +.pytest_cache/ +.ipynb_checkpoints/ +build/ +dist/ +*.egg-info/ -- cgit v1.2.3