diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-13 13:29:19 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-13 13:29:19 +0100 |
commit | 561c001a0ac0435cc7514b956d2abbb514e01609 (patch) | |
tree | c201d35584aa24435e4a9fe8a17a4b9527f1d4c2 /.gitignore | |
parent | 13440b6d1d67118b56afa6e2036bba45ace43878 (diff) |
Ignore input files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ __pycache__/ .clang-format +input +input-* puzzle-[12] -tmp[12].* pyrightconfig.json +tmp[12].*
\ No newline at end of file |