You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
531 B
41 lines
531 B
# deps / build
|
|
node_modules
|
|
.next
|
|
out
|
|
dist
|
|
coverage
|
|
.turbo
|
|
*.tsbuildinfo
|
|
|
|
# local secrets & runtime
|
|
.env
|
|
.env*.local
|
|
!.env.example
|
|
data/*
|
|
!data/.gitkeep
|
|
|
|
# local test records / smoke reports
|
|
*.log
|
|
data/logs/
|
|
data/mails/
|
|
data/imap-runtime.json
|
|
playwright-report
|
|
test-results
|
|
.playwright-mcp
|
|
node_modules/.vite
|
|
|
|
# editor / OS / local AI scratch
|
|
.DS_Store
|
|
.idea
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.mypy_cache
|
|
.cursor/plans
|
|
agent-transcripts
|
|
*.tmp
|
|
_tmp*
|
|
scripts/_dump-*.ts
|
|
scripts/_check-*.ts
|
|
scripts/debug-*.ts
|
|
docx/_excel_summary.py
|