dotfiles/.gitignore
2025-03-10 15:48:33 +01:00

13 lines
247 B
Plaintext

config/ssh/config.d/*
!config/ssh/config.d/*.gpg
logs/*
# Don't include secrets in the repository but do include encrypted secrets
!secrets/**/*.gpg
secrets/**/*.*
# SHA256 hashes of the encrypted secrets
*.sha256
# python cache
**/__pycache__/