diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-03-28 21:27:05 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-03-28 21:27:05 +0300 |
| commit | 10e0c53890701abe53c80f1da4a0b64bbd05914c (patch) | |
| tree | df5f9bdd09c4e21a8722e5153408aae872308571 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a660363 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +out/ +*.pdf + +*.pyc
\ No newline at end of file |
