1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# Bytecode and caches __pycache__/ *.pyc # Generated artifacts generated_test.json test_booklet*.txt answer_key*.txt my_answers*.txt answers*.txt *.pdf runs/ # OS/editor noise .DS_Store Thumbs.db # Local tooling .venv/ .uv-cache/