ctx/.gitignore
Ricardo Carneiro 69cadb4ea6 chore: initial scaffold with plugin system and placeholders
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-27 13:43:10 -03:00

34 lines
302 B
Plaintext

# Compiled binaries
/ctx
/ctx.exe
cmd/ctx/ctx
cmd/ctx/ctx.exe
/bin/
/dist/
# Test and coverage artifacts
*.test
*.out
coverage.out
coverage.html
# Profiling
*.prof
# Logs
*.log
# IDE
.vscode/
.idea/
*.swp
*.swo
# Claude Code local settings
.claude/
# OS artifacts
.DS_Store
Thumbs.db
desktop.ini