diff --git a/.gitignore b/.gitignore index fd19e1e..9f12b81 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,12 @@ target/ **/*.wasm # Nix -.direnv/ +/.direnv/ +/result* # Runtime artifacts *.db* + +# Test configuration test.toml