Commit 78cb3ce
committed
chore: cleanup development artifacts and improve gitignore
Remove development artifacts and temporary files that accumulated during
the memory system unification work.
Changes:
- Remove backup files (*.bak) that were left from refactoring
- Remove macOS system files (.DS_Store)
- Remove IDE configuration files (.cursor/, .cursorignore)
- Remove temporary development documentation:
- docs/kani_fixes_applied.md (development notes)
- docs/deprecated_memory_patterns_guide.md (outdated guide)
- Update .gitignore to prevent future accumulation of:
- Backup files (*.bak, *.orig, *.backup, *~, *.tmp)
- macOS system files (.DS_Store)
- IDE configuration directories
This cleanup ensures the repository contains only production code and
relevant documentation while preventing future accumulation of
development artifacts.1 parent b98ed8d commit 78cb3ce
File tree
4 files changed
+8
-390
lines changed- docs
4 files changed
+8
-390
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
This file was deleted.
0 commit comments