42 lines
409 B
Plaintext
42 lines
409 B
Plaintext
# Secrets and Environment Files
|
|
.env
|
|
*.env
|
|
.env.*
|
|
!/.env.example
|
|
|
|
# Credentials
|
|
credentials/
|
|
*.key
|
|
*.pem
|
|
*.crt
|
|
|
|
# Runtime State (auto-generated)
|
|
*.json.state
|
|
reminder-log.json
|
|
monitor-state.json
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.swp
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Node modules (if any scripts use npm)
|
|
node_modules/
|
|
|
|
# Rust build artifacts
|
|
target/
|
|
*.rlib
|
|
*.rmeta
|
|
*.so
|
|
*.dylib
|
|
*.dll
|