30 lines
309 B
Plaintext
30 lines
309 B
Plaintext
node_modules/
|
|
.env
|
|
.env.*
|
|
dist/
|
|
coverage/
|
|
*.log
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
venv/
|
|
.pytest_cache/
|
|
.temp/
|
|
|
|
# Claude Code local settings (may contain permission-allowlisted API keys)
|
|
.claude/
|
|
|
|
# Security — keys and certificates
|
|
*.pem
|
|
*.key
|
|
.env.local
|
|
.env.production
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
|
|
# Vercel
|
|
.vercel/
|