Initial Commit

Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
2026-01-24 15:26:41 -06:00
commit fb0548b7d5
6 changed files with 126 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "dumpy"
version = "0.1.0"
description = "Used for dumping directories into the command prompt in a way that LLMs will understand"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"pathspec>=1.0.3",
]