Files
breakpilot-compliance/.gitignore
Benjamin Admin ee6743c7c6
Some checks failed
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-ai-compliance (push) Failing after 50s
CI / test-python-backend-compliance (push) Successful in 42s
CI / test-python-document-crawler (push) Successful in 26s
CI / test-python-dsms-gateway (push) Successful in 26s
chore: Test-Artefakte (.coverage, test_*.db) zur .gitignore hinzufuegen
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 15:59:44 +01:00

45 lines
336 B
Plaintext

# Environment
.env
.env.local
.env.backup
# Secrets
secrets/
*.pem
*.key
# Node
node_modules/
.next/
# Python
__pycache__/
*.pyc
venv/
.venv/
.coverage
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