Standard label set: p1-p3, status:*, type:* (no skill labels) CLAUDE.md skeleton with placeholder sections .gitignore covering mai, Python, Go, Node, OS files Issue templates for features, bugs, and research
30 lines
320 B
Plaintext
30 lines
320 B
Plaintext
# Transient mai files
|
|
.maiproject/events.log
|
|
.maiproject/reports.db
|
|
.maiproject/spawn.lock
|
|
.maiproject/inbox_lastread
|
|
.maiproject/mai.db
|
|
.maiproject/.migrated-sqlite
|
|
.maiproject/todos/
|
|
|
|
# Python
|
|
__pycache__/
|
|
|
|
# Go
|
|
/bin/
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|