From f35a7b0e70032de2feec9f3bda09da44cf0e1073 Mon Sep 17 00:00:00 2001 From: srv Date: Mon, 28 Apr 2025 17:11:28 -0500 Subject: first commit --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e285ffb --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# ---> Python +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Compiled translation catalogs +*.mo + +# Pelican +output/ + +# Makefile +Makefile + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ +local.env/ + +# Node.js +node_modules/ -- cgit v1.2.3