Initial commit

Co-Authored-By: Nellie Mullane <nellie@keygraph.io>
This commit is contained in:
ajmallesh
2025-10-03 19:35:08 -07:00
commit 8f52722d56
69 changed files with 16062 additions and 0 deletions
+64
View File
@@ -0,0 +1,64 @@
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime directories
sessions/
deliverables/
.claude/
# Git
.git/
.gitignore
.gitattributes
# Development files
*.md
!CLAUDE.md
.env*
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
logs/
*.log
# Temporary files
tmp/
temp/
.tmp/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Docker files (avoid recursive copying)
Dockerfile*
docker-compose*.yml
.dockerignore
# Test files
test/
tests/
spec/
coverage/
# Documentation (except CLAUDE.md which is needed)
docs/
README.md
LICENSE
CHANGELOG.md