iyaja / llama-fs

A self-organizing file system with llama 3
MIT License
4.49k stars 259 forks source link

[FEATURE REQUEST] Better file structure understanding #13

Open vffuunnyy opened 1 month ago

vffuunnyy commented 1 month ago

Now the program goes through all nested files.

For example, every file in venv or node_modules, which is not necessary at all, because they belong to a higher directory and cannot be moved somewhere or their contents are separate from the whole folder.

Try to make distinctions on “this belongs to the project and you don't need to go through all files in this folder, because if you move them - the project will break”.

Thanks.