Add .gitignore file to exclude sensitive and temporary files

This commit is contained in:
2026-05-04 07:27:15 +02:00
parent 1c9ba9e92c
commit 754504ff68

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
*.pwd
*.env
*.bak
*.key
*.crt
*.pem
# MacOS system files
**/.DS_Store
tmp
**/__pycache__/
**/*.pyc
**/*.pyo