6f0afa98be
docs-site (generated), screenshots, e2e/test/audit reports, one-off shot scripts + a stray folder. Identified during 2026-06-21 working-tree cleanup. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
64 lines
726 B
Plaintext
64 lines
726 B
Plaintext
# Environment
|
|
.env
|
|
.env.local
|
|
.env.backup
|
|
|
|
# Secrets
|
|
secrets/
|
|
*.pem
|
|
*.key
|
|
|
|
# Node
|
|
node_modules/
|
|
.next/
|
|
dist/
|
|
.turbo/
|
|
pnpm-lock.yaml
|
|
.pnpm-store/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
venv/
|
|
.venv/
|
|
.coverage
|
|
coverage.out
|
|
test_*.db
|
|
|
|
# Docker
|
|
backups/*.backup
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Large files
|
|
*.pdf
|
|
*.docx
|
|
*.xlsx
|
|
*.pptx
|
|
*.mp4
|
|
*.mp3
|
|
*.wav
|
|
ai-compliance-sdk/server
|
|
*.bak
|
|
|
|
# Build/test artifacts (2026-06-21 cleanup)
|
|
docs-site/
|
|
ux-screenshots/
|
|
**/test-results/
|
|
**/audit-reports/
|
|
admin-compliance/e2e/reports/
|
|
admin-compliance/e2e/e2e/
|
|
design/redesign/*-preview.png
|
|
admin-compliance/BreakPilot-Pitch-Submission.html
|
|
admin-compliance/shot-ds.mjs
|
|
admin-compliance/ux-shots.mjs
|
|
Neuer Ordner mit Objekten/
|