Add .gitignore, remove venv and private keys from tracking

This commit is contained in:
brian
2026-05-27 13:21:28 -07:00
parent 73f1ca79ad
commit 1b4b1b19d4
11 changed files with 7 additions and 140 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
venv/
__pycache__/
*.pyc
certs/*.key
certs/*.csr
certs/*.srl
certs/*.p12