Flatten a github repo or a project directory into a text file for querying LLMs.
Base usage:
python Flatten.py https://github.com/acesanderson/Chain
python Flatten.py .
Prints filenames + contents to stdout; you can either save (>>) or pipe to clipboard (| clip).