29 lines
279 B
Plaintext
29 lines
279 B
Plaintext
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Secrets
|
|
.env
|
|
*.key
|
|
*.pem
|
|
credentials.json
|
|
ansible/vault_password
|
|
|
|
# Local Cline rules
|
|
CLAUDE.local.md
|
|
.clinerules/local.md
|
|
|
|
# Logs
|
|
*.log
|
|
.rlm/logs/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
venv/
|
|
.venv/
|
|
__pycache__/
|
|
|
|
# Infrastructure
|
|
.terraform/
|
|
*.tfstate*
|