Update .gitignore

This commit is contained in:
lapp
2026-05-07 02:23:50 -07:00
parent c67e20ba78
commit c26342e581
+9 -11
View File
@@ -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_*/
domainfront_certs_*/