Files
patrickandClaude Sonnet 5 9bdce25187
Security Audit / Python Dependency Audit (push) Canceled after 0s
Security Audit / Node.js Dependency Audit (push) Canceled after 0s
Security Audit / Frontend Build (tsc + vite) (push) Canceled after 0s
test(coverage): fail-under=50 Gate + XML-Report
Baseline liegt bei 55% (verifiziert auf 137). Gate mit 5%-Puffer,
kein CI-Job dafür – Tests brauchen echtes Postgres+Redis mit RLS-Setup,
läuft nur remote (SSH), nicht in Gitea Actions.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015Ahyx6D3r7G1EuAc42nezn
2026-09-02 22:52:42 +02:00

52 lines
512 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
venv/
.venv/
env/
# Alembic
backend/migrations/versions/*.pyc
backend/coverage.xml
backend/.coverage
backend/htmlcov/
# Environment / Secrets
.env
.env.*
!.env.example
# Node / Frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/
*.tsbuildinfo
# IDE
.idea/
.vscode/
*.swp
*~
resume~
# Logs / Temp
*.log
*.tmp
# Datenschutz Exporte
*.csv
20260328-kimai-export.csv
# OS
.DS_Store
Thumbs.db
CLAUDE.md
.claude/