From ce14ceb07252ebf5f3fce15681a272f2790c1da6 Mon Sep 17 00:00:00 2001 From: "Alejandro W. Sior" Date: Sat, 5 Sep 2026 20:36:47 +0200 Subject: compile: static site generator --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0de5977 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +bld/* \ No newline at end of file -- cgit v1.2.3