Add comprehensive security and contribution documentation
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
+32
-1
@@ -185,4 +185,35 @@ cython_debug/
|
||||
/backend/npm-debug.log*
|
||||
/backend/yarn-debug.log*
|
||||
/backend/yarn-error.log*
|
||||
/backend/.npm/
|
||||
/backend/.npm/
|
||||
|
||||
# Security scan results
|
||||
.secrets.baseline
|
||||
bandit-report.json
|
||||
security-report.json
|
||||
|
||||
# Database files
|
||||
*.db
|
||||
*.sqlite
|
||||
test.db
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
temp/
|
||||
*.tmp
|
||||
*.bak
|
||||
*.backup
|
||||
|
||||
# Docker override
|
||||
docker-compose.override.yml
|
||||
Reference in New Issue
Block a user