# Build
/target
web/node_modules/
web/tsconfig.tsbuildinfo
crates/tmai-app/web/node_modules/
crates/tmai-app/web/tsconfig.tsbuildinfo

# dev/tmai-app branch source tree — lives only on dev/tmai-app, should not
# surface as untracked when hub branches are checked out in the same worktree.
/crates/tmai-app/

# AI assistants
CLAUDE.md
AGENTS.md
GEMINI.md
.claude/
knowledge/
.codex*
.gemini/
.cursor/
.cursorrules
.windsurfrules
.aider*

# tmai dispatch state (per-local-environment)
.task-meta/

# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
*~
*.bak
*.orig

# OS
.DS_Store
Thumbs.db
*:Zone.Identifier

# Environment / Secrets
.env
.env.*

# Profiling / Debug
perf.data
perf.data.old
flamegraph.svg
*.profraw
