From 3304729d029cfc245a3e236bc1602f9b8458aea4 Mon Sep 17 00:00:00 2001 From: blankie Date: Tue, 9 Jun 2026 03:11:43 +0000 Subject: [PATCH] add SECURITY.md, tighten .gitignore --- .gitignore | 4 ++++ SECURITY.md | 1 + 2 files changed, 5 insertions(+) create mode 100644 SECURITY.md diff --git a/.gitignore b/.gitignore index a376320..8f46079 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ __pycache__/ *.pyo dist/ *.egg-info/ +*.db +*.db-shm +*.db-wal +.env diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..f294f81 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1 @@ +If you find a security issue, report it privately by emailing blankie@tuta.com. Please don't file a public issue.