Initial commit

This commit is contained in:
ryang3d
2026-03-30 20:14:14 -07:00
commit 9145687b68
6 changed files with 2009 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Dependencies
node_modules/
# AI assistant configuration
.claude/
# User data and persistence
todos.json
# OS-specific files
.DS_Store
Thumbs.db
# Editor files
*.swp
*.swo
*~
.idea/
.vscode/
*.sublime-*
# Logs (optional)
*.log
npm-debug.log*