Skip to content

Commit 78cb3ce

Browse files
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

4 files changed

+8
-390
lines changed

.cursorignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,12 @@ docs/source/implementation/source_requirements.rst
3737
docs_artifact_final/
3838
docs_output/
3939

40+
# Development artifacts
4041
*.bak*
42+
*.orig
43+
*.backup
44+
*~
45+
*.tmp
46+
.DS_Store
47+
.cursor/
48+
.cursorignore

docs/deprecated_memory_patterns_guide.md

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)