58 lines
931 B
Plaintext
58 lines
931 B
Plaintext
/target
|
|
/coverage
|
|
/test-results
|
|
/.scannerwork
|
|
.DS_Store
|
|
|
|
# JS dependency/build artifacts
|
|
/node_modules/
|
|
/ui/node_modules/
|
|
/ui/dist/
|
|
/ui/coverage/
|
|
/e2e/node_modules/
|
|
/e2e/test-results/
|
|
/e2e/playwright-report/
|
|
/playwright-report/
|
|
*.pyc
|
|
**/__pycache__/
|
|
/screenshots/
|
|
/Screenshot*.png
|
|
/sumary.txt
|
|
.claude/worktrees/
|
|
.claude/settings.local.json
|
|
|
|
|
|
.qryon/
|
|
.claude
|
|
.cursor
|
|
.idea/
|
|
|
|
# AI coding assistant configs (local-only, not project code)
|
|
.cursorrules
|
|
.windsurfrules
|
|
.kiro/
|
|
.obsidian/
|
|
.opencode.json
|
|
.mcp.json
|
|
memory-compiler/
|
|
|
|
# Agent instruction files
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
|
|
# Local / AI tracking — markdown and docs tree (not shipping code)
|
|
/docs/
|
|
/*.md
|
|
!/README.md
|
|
|
|
# One-off docs not part of the project
|
|
MIGRATION_FIXES.md
|
|
SONARQUBE_GITEA_SETUP.md
|
|
target/*
|
|
/security/*
|
|
# Local CycloneDX output from `cargo cyclonedx --override-filename bytedraft-ci`
|
|
**/bytedraft-ci.json
|
|
# Added by code-review-graph
|
|
.code-review-graph/
|