# git ls-files --others --exclude-from=.git/info/exclude
# git check-ignore -v flake.lock
# git clean -ix
# find . -name "*_" | xargs rm -rf
# find . -name "*.o" | xargs rm -rf
*
!.gitignore
!nixDevEnv.sh
!.envrc
!.envrc-local
!.envrc-nix
!flake.nix
!flake.lock
!nix-overlays
!nix-overlays/**
!shell.nix
!makefile
!justfile
!README
!*.nix
!*.json
!*.org
!org/
!org/*.org
!*.sh
!*.d
!*.txt
!src
!src/**
!views

# EXCLUDED Files & directories - ensure excluded
.dub/**
tmp/**
*_.org
*_.nix
*_.d
*_.txt
*_
*.swp
*~
*.\#*
\#*