diff options
| author | Anonymous Authors <anonymous@example.com> | 2026-07-24 11:07:23 -0500 |
|---|---|---|
| committer | Anonymous Authors <anonymous@example.com> | 2026-07-24 11:07:23 -0500 |
| commit | e01b690cb0b5f447c95598e8f2c1abaa17c17363 (patch) | |
| tree | aaff46750feca7dab854141dcb4eab2080279a56 /.gitignore | |
Add anonymous KAFT MVP reproduction
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
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/ |
