Files
botfights/.gitignore
T
DorianandClaude Opus 4.6 22b428d222 chore: harden .gitignore for secrets and credentials
Add wildcard .env* exclusion, PEM/key/cert patterns.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 07:33:56 +00:00

19 lines
161 B
Plaintext

node_modules/
dist/
target/
.venv/
__pycache__/
*.pyc
.env
.env.*
!.env.example
.DS_Store
loop/loop.log
server/data/
loop/
.pnpm-store/
.npmrc
*.pem
*.key
*.crt