68 lines
667 B
Plaintext
68 lines
667 B
Plaintext
# Secrets & Keys
|
|
*.key
|
|
*.pem
|
|
*.ed25519
|
|
*.pub
|
|
secrets.env
|
|
.env
|
|
.env.local
|
|
vault.yml
|
|
.ansible-vault-pass
|
|
authorized_keys
|
|
known_hosts
|
|
|
|
# Temporary files
|
|
.tmp/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
*.log
|
|
|
|
# Dynamic Inventory
|
|
inventory/dynamic/
|
|
inventory/*.ini
|
|
inventory/*.yml
|
|
|
|
# Cache
|
|
.cache/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Ansible
|
|
hosts.temp
|
|
inventory.temp
|
|
.ansible-roles
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Backup files
|
|
*.backup
|
|
*.bak
|
|
*.orig
|
|
|
|
# Kestra (wenn lokal getestet)
|
|
.kestra/
|
|
|
|
# Docker
|
|
.dockerignore
|
|
docker-compose.override.yml
|
|
|
|
# Large files
|
|
*.tar.gz
|
|
*.zip
|
|
*.iso
|
|
|
|
# Never commit:
|
|
# - Private SSH keys
|
|
# - API Tokens
|
|
# - S3 Credentials
|
|
# - Passwords/Passphrases
|