Initial commit

This commit is contained in:
2025-11-25 08:37:43 +01:00
commit bd28479f8f
17 changed files with 1224 additions and 0 deletions

30
.gitignore vendored Executable file
View File

@@ -0,0 +1,30 @@
# Ignore everything
*
# But not these files.
!CLAUDE.md
!.gitignore
!.gitconfig
!.gitmodules
!README.md
!.editorconfig
!.nvmrc
!.ruby-version
!.python-version
!.p10k.zsh
!.zprofile
!.zlogout
!.zlogin
!.zshrc
!.zshenv
!.hushlogin
!arty.yml
!signature.txt
# Ignore so we won't commit these in the allowed dirctories.
.DS_Store
*.log*
*.db*
*.vscdb*
*.sqlite*
*.bnk*