From 45231625fd888dcf072094946d3dd9fe1f59cd6e Mon Sep 17 00:00:00 2001 From: ajaysi Date: Tue, 7 Apr 2026 06:45:25 +0530 Subject: [PATCH] Chore: Clean up workflow files and artifacts - Update .gitignore to explicitly ignore data directory contents - Remove unused workflow file - Remove test artifact file - Remove unused ai_backlinker README --- .gitignore | 1 + .windsurf/workflows/c.md | 0 .../podcast_billing_sequence_report.json | 43 ------------------- .../ai_backlinker/README.md | 0 4 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 .windsurf/workflows/c.md delete mode 100644 artifacts/podcast_billing_sequence_report.json delete mode 100644 lib/ai_marketing_tools/ai_backlinker/README.md diff --git a/.gitignore b/.gitignore index 38563467..d34a2410 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ artifacts .opencode data/ +data/* .trae/ /backend/database/migrations/* diff --git a/.windsurf/workflows/c.md b/.windsurf/workflows/c.md deleted file mode 100644 index e69de29b..00000000 diff --git a/artifacts/podcast_billing_sequence_report.json b/artifacts/podcast_billing_sequence_report.json deleted file mode 100644 index 57af567d..00000000 --- a/artifacts/podcast_billing_sequence_report.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preflight": { - "success": true, - "can_proceed": true, - "estimated_cost": 0.3 - }, - "operations": { - "analysis_title_suggestions": [ - "AI Agents in 2026", - "Ship Faster with AI", - "Startup AI Playbook" - ], - "research_provider": "exa", - "research_cost": 0.015, - "video_task_status": "completed" - }, - "dashboard_deltas": { - "total_calls_before": 1, - "total_calls_after": 5, - "delta_calls": 4, - "total_cost_before": 0.09, - "total_cost_after": 0.488, - "delta_cost": 0.398, - "projected_monthly_cost_before": 0.09, - "projected_monthly_cost_after": 0.49, - "delta_projected_monthly_cost": 0.4 - }, - "provider_cost_deltas": { - "exa": 0.005, - "huggingface": 0.003, - "wavespeed": 0.39 - }, - "acceptance": { - "passed": true, - "criteria": { - "preflight_success": true, - "usage_cost_incremented": true, - "usage_call_incremented": true, - "projection_incremented": true, - "provider_delta_present": true - } - } -} \ No newline at end of file diff --git a/lib/ai_marketing_tools/ai_backlinker/README.md b/lib/ai_marketing_tools/ai_backlinker/README.md deleted file mode 100644 index e69de29b..00000000