Skip to content

Commit 9bc404e

Browse files
fix: remove stale backup file agent_scheduler.py.bak (fixes #1964)
Remove dead code - stale backup file that was tracked in git but unreferenced. Also add *.bak to .gitignore to prevent recurrence. Co-authored-by: MervinPraison <MervinPraison@users.noreply.github.com>
1 parent 1ad58ca commit 9bc404e

2 files changed

Lines changed: 3 additions & 729 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ issue_details.json
8888
.internal
8989
.praisonai
9090

91+
# Backup files
92+
*.bak
93+
9194
# Rust / Cargo
9295
target/
9396
Cargo.lock

0 commit comments

Comments
 (0)