From c26342e581e8d8b385b6351f1a14d7f76ebb7713 Mon Sep 17 00:00:00 2001 From: lapp Date: Thu, 7 May 2026 02:23:50 -0700 Subject: [PATCH] Update .gitignore --- .gitignore | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 248fc94..d5bfac2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,12 @@ -# Secrets & user config +# ignore secrets and user config +.env config.json -./.env - -# CA certificates (generated at runtime, contain private keys) ca/ -cert/ + +# ignore python venv +.venv/ +venv/ +env/ # Python __pycache__/ @@ -15,11 +17,7 @@ __pycache__/ dist/ build/ *.egg - -# Virtual environments -venv/ -.venv/ -env/ +.spec # IDE .vscode/ @@ -34,4 +32,4 @@ env/ Thumbs.db # Temp MITM certs -domainfront_certs_*/ \ No newline at end of file +domainfront_certs_*/