From 9d9c3b6311c0a4892cbd96f4ca56d0699773243c Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 20:15:26 +0000 Subject: [PATCH] Add source code files (detectors, generators, CLI) --- src/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/__init__.py diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..9d97d4d --- /dev/null +++ b/src/__init__.py @@ -0,0 +1,3 @@ +"""Auto-Gitignore CLI - Automatically generates .gitignore files.""" + +__version__ = "0.1.0"