Files
dotfiles/.gitignore
Menno van Leeuwen 62954eb986
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
feat: remove deprecated shell scripts and add Python alternatives for all of them
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__/