From c2f51a092065cab710a5dbd1099b0c8843ee1b4e Mon Sep 17 00:00:00 2001 From: Vlad Doloman Date: Sat, 15 Aug 2026 04:22:57 +0300 Subject: [PATCH] Ignore the local easy-rsa reference checkout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The upstream EasyRSA source is kept next to the script for reference when tracing its behaviour. It is ~29k lines of someone else's project — keep a stray `git add -A` from pulling it in. Co-Authored-By: Claude Opus 5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c18dd8d..0ec9d94 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ __pycache__/ + +# Upstream EasyRSA checkout, kept alongside for reference — not part of this project +easy-rsa/