add SECURITY.md, tighten .gitignore

This commit is contained in:
blankie 2026-06-09 03:11:43 +00:00
parent c949b89b74
commit 3304729d02
2 changed files with 5 additions and 0 deletions

4
.gitignore vendored
View file

@ -3,3 +3,7 @@ __pycache__/
*.pyo
dist/
*.egg-info/
*.db
*.db-shm
*.db-wal
.env