From 06d35504b1a248f3a3d9e7b1a62d93ba71dad7f3 Mon Sep 17 00:00:00 2001 From: anthroposcene Date: Wed, 29 Apr 2026 02:53:43 -0700 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6c5d2e5..3606bbe 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ config.json .env # CA certificates (generated at runtime, contain private keys) +ca/ cert/ # Python @@ -23,6 +24,7 @@ env/ # IDE .vscode/ .idea/ +*.code-workspace *.swp *.swo *~ @@ -32,4 +34,4 @@ env/ Thumbs.db # Temp MITM certs -domainfront_certs_*/ +domainfront_certs_*/ \ No newline at end of file