Security hardening

This commit is contained in:
2025-12-27 17:51:00 +01:00
parent 3f26416bdd
commit f631f61bad
12 changed files with 347 additions and 2 deletions
+12 -1
View File
@@ -1,4 +1,15 @@
.env
applications/
.coverage
__pycache__
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/