Files
podman/.gitignore
T
Ramis 34d923374a chore: remove docs/generated, expand PLAN.md into full implementation plan
- Remove all docs/generated/* (stale research output from prior workflow)
- Rewrite PLAN.md as ordered implementation plan: 10 tasks by dependency + demo criticality
- Each task has owner, estimate, dependencies, specific files to create/modify
- Cut line separates must-ship from nice-to-have

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FFbfi4Cmb7BY75Wtne7bZn
2026-06-27 15:27:23 -07:00

42 lines
389 B
Plaintext

# oh-my-claudecode local state
.omc/
# Dependencies
node_modules/
.pnp
.pnp.js
# Build output
dist/
build/
out/
*.tsbuildinfo
# Environment / secrets
.env
.env.*
!.env.example
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
# Coverage / caches
coverage/
.cache/
.turbo/
# Ramis
.remember/
.claude/