diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..880eac7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +__pycache__/ +*.pyc + +# Export output. Model files never go in git — they go to Releases; see README. +build/ +.venv/ diff --git a/scripts/__pycache__/manifest.cpython-312.pyc b/scripts/__pycache__/manifest.cpython-312.pyc deleted file mode 100644 index e07b5df..0000000 Binary files a/scripts/__pycache__/manifest.cpython-312.pyc and /dev/null differ diff --git a/scripts/__pycache__/readme.cpython-312.pyc b/scripts/__pycache__/readme.cpython-312.pyc deleted file mode 100644 index b33cfd7..0000000 Binary files a/scripts/__pycache__/readme.cpython-312.pyc and /dev/null differ diff --git a/scripts/__pycache__/verify.cpython-312.pyc b/scripts/__pycache__/verify.cpython-312.pyc deleted file mode 100644 index ad4aed9..0000000 Binary files a/scripts/__pycache__/verify.cpython-312.pyc and /dev/null differ