diff options
| author | Daniel Hader <[email protected]> | 2026-08-16 21:52:55 -0500 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-08-16 21:52:55 -0500 |
| commit | e737486b668164d437c67e05f95d32c94e946e6a (patch) | |
| tree | 37e4d1434a80ee162102703851aedd5334b46925 /.gitignore | |
initial commit, rectangular grid placement enumeration
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..869df07 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +Cargo.lock
\ No newline at end of file |
