gitignore: ignore pyc and certificate files

This commit is contained in:
exploide 2023-11-09 18:18:43 +01:00
parent dc33d1f858
commit 90ff1d37a7

6
.gitignore vendored
View file

@ -1,5 +1,11 @@
# Python artifacts
*.pyc
# Responder logs
*.db
*.txt
*.log
# Generated certificates and keys
certs/*.crt
certs/*.key