Apply updated Codex repository kit guidance
All checks were successful
Build / build (push) Successful in 8s
Release Dry Run / release-dry-run (push) Successful in 5s
Template Compliance / template-compliance (push) Successful in 4s
Repository Cleanup / cleanup-report (push) Successful in 4s
Security Scan / security-scan (push) Successful in 5s

This commit is contained in:
ToxicCrzay270
2026-05-15 01:00:31 +02:00
parent 91a5d19574
commit 8379c906c4
7 changed files with 171 additions and 6 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Local helper checkouts
codex-agent-repository-kit/
# Build outputs
dist/
build/
out/
release/
opera-cache-cleaner-extension/dist/
# Logs and temporary files
*.log
*.tmp
*.temp
.cache/
# Local environment and secrets
.env
.env.*
!.env.example
*.pem
*.key
*.pfx
*.p12
*.crt
*.cer
*.token
secrets/
# OS and editor files
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo