From e37ee1af6c762f8cf9ddca6907c5458bb665d6ad Mon Sep 17 00:00:00 2001 From: lordlogo2002 Date: Fri, 3 Apr 2026 17:10:52 +0200 Subject: [PATCH] Update .gitignore and MANIFEST.in for improved file management; add README.md --- .gitignore | 2 ++ MANIFEST.in | 12 ++++++++++-- README.md | 7 +++++++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 3bb0763..e568d15 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ venv/ __pycache__/ build/ nut.egg-info/ +dist/ *.zip +.env diff --git a/MANIFEST.in b/MANIFEST.in index d996ce5..ce9ffce 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,11 @@ +include setup.py +include README.md + recursive-include nut/templates * -global-exclude __pycache__ * -global-exclude *.py[cod] \ No newline at end of file + +global-exclude __pycache__/ +global-exclude *.py[cod] + +prune build +prune dist +prune *.egg-info diff --git a/README.md b/README.md new file mode 100644 index 0000000..622f774 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# the most **stoopid** compiler in the world + +## a nut + +### a nut + +#### a nut