diff options
| author | Void Agent <void@jayrup.hermes> | 2026-08-14 13:01:07 +0100 |
|---|---|---|
| committer | Void Agent <void@jayrup.hermes> | 2026-08-14 13:01:07 +0100 |
| commit | 6e7268b66b407ea3603fc9128805d132826a769f (patch) | |
| tree | a5a6d8156eba8f3696fae8b98387fb19e7046713 /.gitignore | |
scaffold: README, LICENSE, design docs (spec + prereg from research repo 00c696d)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f9bf0eb --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +__pycache__/ +*.pyc +.venv/ +runs/ +.pytest_cache/ |
