Initial template setup
Security / semgrep (push) Failing after 0s
Security / trivy (push) Failing after 0s

This commit is contained in:
2026-05-09 16:41:15 +02:00
commit e78badf003
10 changed files with 254 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
# OS
.DS_Store
Thumbs.db
# Editors
.vscode/
.idea/
*.swp
*.swo
*~
# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
.pytest_cache/
.coverage
.mypy_cache/
# Node / Bun
node_modules/
dist/
.next/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Shell / build artifacts
*.tar.gz
*.zip
out/
build/
# Local env / secrets
.env
.env.local
.env.*.local
*.local.json
secrets/