epicenter
epicenter copied to clipboard
Add gitingore
Summary
Type of Change
- [x]
feat: New feature - [ ]
fix: Bug fix - [ ]
docs: Documentation update - [ ]
refactor: Code refactoring (no functional changes) - [ ]
perf: Performance improvement - [ ]
test: Test additions or changes - [ ]
chore: Maintenance tasks - [ ]
style: Code style changes
Related Issue
Closes #
Changes Made
Testing
Desktop App Testing
- [ ] Tested on macOS
- [ ] Tested on Windows
- [ ] Tested on Linux
- [ ] Not applicable (web-only change)
General Testing
- [ ] Tested with multiple API providers (if applicable)
- [ ] Verified no API keys are exposed in logs or storage
- [ ] Checked for console errors
- [ ] Tested on different screen sizes (if UI change)
Checklist
- [ ] My code follows the project's coding standards (see CONTRIBUTING.md)
- [ ] I've used
typeinstead ofinterfacein TypeScript - [ ] I've used absolute imports where applicable
- [ ] I've tested my changes thoroughly
- [ ] I've added/updated tests for my changes (if applicable)
- [ ] My changes don't break existing functionality
- [ ] I've updated documentation (if needed)