Initial commit

This commit is contained in:
HotaruBlaze
2026-05-31 09:33:14 +00:00
commit 6bce73c167
12 changed files with 698 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# SOPS age key
age.key
# Encrypted secrets (plaintext versions)
*.yaml.unencrypted
*.yaml.decrypted
# Nix build artifacts
/nix/
/result/
# Temporary files
*.tmp
*.swp
# IDE/Editor files
.idea/
.vscode/
*.sublime-workspace
*.sublime-project
# OS-specific files
.DS_Store
Thumbs.db