diff --git a/.gitignore b/.gitignore index 54d2aca..c1f632e 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,6 @@ tests/tmp/ tests/*.local.py scripts/test_*.sh *.test.sh + +# Workspaces directory (user data should not be committed) +/workspaces/ diff --git a/workspaces/.active b/workspaces/.active deleted file mode 100644 index da8f209..0000000 --- a/workspaces/.active +++ /dev/null @@ -1 +0,0 @@ -Test2 \ No newline at end of file diff --git a/workspaces/Test1/meta.yaml b/workspaces/Test1/meta.yaml deleted file mode 100644 index 9066d49..0000000 --- a/workspaces/Test1/meta.yaml +++ /dev/null @@ -1,8 +0,0 @@ -name: Test1 -created_at: '2026-01-19T08:05:29Z' -targets: -- 192.168.0.4 -last_active_at: '2026-01-19T08:28:24Z' -operator_notes: '' -tool_runs: [] -last_target: 192.168.0.4 diff --git a/workspaces/Test2/meta.yaml b/workspaces/Test2/meta.yaml deleted file mode 100644 index 2f40e00..0000000 --- a/workspaces/Test2/meta.yaml +++ /dev/null @@ -1,8 +0,0 @@ -name: Test2 -created_at: '2026-01-19T08:05:55Z' -targets: -- 192.168.0.165 -last_active_at: '2026-01-19T08:28:27Z' -operator_notes: '' -tool_runs: [] -last_target: 192.168.0.165