From f7e2c4f733f3bc4ca5d7e1496c075fd07b9b2cb8 Mon Sep 17 00:00:00 2001 From: anthroposcene Date: Mon, 27 Apr 2026 16:23:32 -0700 Subject: [PATCH] add .gitignore --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c5d2e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# Secrets & user config +config.json +.env + +# CA certificates (generated at runtime, contain private keys) +cert/ + +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +*.egg-info/ +dist/ +build/ +*.egg + +# Virtual environments +venv/ +.venv/ +env/ + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db + +# Temp MITM certs +domainfront_certs_*/