44 lines
480 B
Plaintext
44 lines
480 B
Plaintext
# Build output and local caches
|
|
.next
|
|
.cache
|
|
.swc
|
|
.workflow-data
|
|
rust/target
|
|
|
|
# Dependencies
|
|
node_modules
|
|
|
|
# Local runtime data and environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
data
|
|
|
|
# Editor/system files
|
|
.DS_Store
|
|
*.log
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.gitea
|
|
.github
|
|
.claude
|
|
|
|
# Test and local tooling artifacts
|
|
.playwright-cli
|
|
e2e
|
|
output
|
|
test
|
|
playwright.config.ts
|
|
vitest.config.mts
|
|
*.test.ts
|
|
|
|
# Docs and generated metadata
|
|
README.md
|
|
agents.md
|
|
E2E_UX_REPORT_*.md
|
|
doc
|
|
docs
|
|
tsconfig.tsbuildinfo
|