diff --git a/.gitignore b/.gitignore index 6eb59e6..e2496b7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ nimcache/ nimblecache/ htmldocs/ -*.pbc # Peon bytecode files +tests/*.pbc # Peon bytecode files +*.pbc bin/ .vscode/ diff --git a/tests/calls.pbc b/tests/calls.pbc deleted file mode 100644 index 7c59519..0000000 Binary files a/tests/calls.pbc and /dev/null differ diff --git a/tests/closures.pbc b/tests/closures.pbc deleted file mode 100644 index e9b004c..0000000 Binary files a/tests/closures.pbc and /dev/null differ diff --git a/tests/dispatch.pbc b/tests/dispatch.pbc deleted file mode 100644 index 0a2c193..0000000 Binary files a/tests/dispatch.pbc and /dev/null differ diff --git a/tests/generics.pbc b/tests/generics.pbc deleted file mode 100644 index d045ca7..0000000 Binary files a/tests/generics.pbc and /dev/null differ diff --git a/tests/scopes.pbc b/tests/scopes.pbc deleted file mode 100644 index 0d67985..0000000 Binary files a/tests/scopes.pbc and /dev/null differ diff --git a/tests/test.pbc b/tests/test.pbc deleted file mode 100644 index 0265c93..0000000 Binary files a/tests/test.pbc and /dev/null differ