diff --git a/.gitignore b/.gitignore index 725e2ffa..329a9790 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,6 @@ config.toml vectorless.toml config.toml .vectorless.toml + +# Test fixtures +test_workspace/ \ No newline at end of file diff --git a/tests/flow_test.rs b/tests/flow_test.rs deleted file mode 100644 index 56de1fb1..00000000 --- a/tests/flow_test.rs +++ /dev/null @@ -1,3 +0,0 @@ -//! Integration tests for document processing flow. - -#![allow(missing_docs)]