Remove session data and improve .gitignore

- Remove .sysref.timestamp from repository
- Update .gitignore to explicitly exclude .sysref.timestamp
- Ensure no learned/session data is ever committed
- Repository now completely clean of runtime data
This commit is contained in:
cschantz
2025-11-03 18:46:23 -05:00
parent 2ee6d7d698
commit 53fb950765
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@
# Reference database (session data)
.sysref
.sysref.timestamp
# System-specific logs
*.log