chore: update gitignore to exclude opencode and swarm files

Add patterns for .opencode/, .swarm/, and SWARM_PLAN.* to gitignore.
Remove tracked flask_session binary file.
This commit is contained in:
2026-04-03 23:53:29 +10:30
parent 2036938c1d
commit 6e96bdde81
2 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -136,4 +136,8 @@ Thumbs.db
# Project specific # Project specific
*.db *.db
flask_session/
# Opencode files and folders
.opencode/
.swarm/
SWARM_PLAN.*
Binary file not shown.