.folder — namespace registry for your repo
hi guys
ive been working on some tools like ASTra (coming in the next few days) and having so many misc blobs in my project root is so annoying
of course .config exists, but “astra” seems like a name someone else may be using (you never know esp in the vibe coding era) and if i want to clean my repo bloat up, i cant just delete my entire .config, so i made .folder
basically its a namespace registry for your repo, so you can have:
.astra .sisyphus .etc
as .folder/astra, .folder/sisyphus, etc
and not worry about collisions, and if you want to clean up and recover space, just delete the .folder and all its contents, plus you can just gitignore the whole thing without having to manage all 40 different dotfiles in it.
anyway, check it out on github