diff options
author | Andinus <andinus@nand.sh> | 2021-07-29 19:47:00 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-07-29 19:47:00 +0530 |
commit | 5f7f94b800c8f6425d3e6ad8823a6b84a67978f8 (patch) | |
tree | 665f93b864645318ace3766304dbc9bf33cd61f3 /.gitignore | |
download | lacerta-5f7f94b800c8f6425d3e6ad8823a6b84a67978f8.tar.gz |
Initial Commit
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..640f8ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.precomp +sdist/ |