| author | Alan Dipert
<alan@dipert.org> 2025-12-04 04:52:43 UTC |
| committer | Alan Dipert
<alan@dipert.org> 2025-12-04 04:52:43 UTC |
| parent | ae04aa73a1efdacf7438a629ab326e100a68226e |
| .gitignore | +14 | -0 |
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c1f4693 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Bytecode and caches +__pycache__/ +*.pyc + +# Generated artifacts +generated_test.json +test_booklet*.txt +answer_key*.txt +my_answers*.txt +answers*.txt + +# OS/editor noise +.DS_Store +Thumbs.db