Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ Thumbs.db
# Logs - workflow logs are tracked in git for session history
# log/**/*.md # Removed - workflow logs should be committed

# Application logs
*.log

# Database files
*.db

# Backup files
*.bak

# AKIS session tracking (temporary file for VSCode extension)
.akis-session.json
*.json_backup*
Expand Down
1,958 changes: 4 additions & 1,954 deletions backend/app/api/v1/endpoints/workflows.py

Large diffs are not rendered by default.

Loading