chore: update gitignore for IDE support

- Add .zed/ to gitignore (Zed editor config)
- Add .opencode/ to gitignore (opencode tool data)
- Remove .zed/settings.json from version control
- Keeps repository clean of IDE-specific files
This commit is contained in:
2026-02-24 12:01:04 -05:00
parent e8bb1496cf
commit f2577ef96d
2 changed files with 2 additions and 9 deletions
+2
View File
@@ -53,7 +53,9 @@ coverage.html
# IDE
.idea/
.zed/
.vscode/
.opencode/
*.iml
.DS_Store
Thumbs.db