Files
breakpilot-compliance/.gitignore
Benjamin Admin 4018b9af9b
All checks were successful
CI/CD / go-lint (push) Has been skipped
CI/CD / python-lint (push) Has been skipped
CI/CD / nodejs-lint (push) Has been skipped
CI/CD / test-go-ai-compliance (push) Successful in 34s
CI/CD / test-python-backend-compliance (push) Successful in 35s
CI/CD / test-python-document-crawler (push) Successful in 23s
CI/CD / test-python-dsms-gateway (push) Successful in 20s
CI/CD / validate-canonical-controls (push) Successful in 11s
CI/CD / Deploy (push) Successful in 2s
chore: add coverage.out to .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 22:55:05 +01:00

47 lines
355 B
Plaintext

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