From 7f1bc1d229e6b04f512465eea6ed9d3bf9396169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Thu, 9 Jul 2026 19:18:21 +0800 Subject: [PATCH] Add files via upload --- gitignore | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 gitignore diff --git a/gitignore b/gitignore new file mode 100644 index 00000000..0f487f16 --- /dev/null +++ b/gitignore @@ -0,0 +1,44 @@ +# Runtime data +data/ +*.db +*.db-shm +*.db-wal +*.sqlite +*.sqlite3 + +# Local configuration and secrets +config.yaml +config.local.yaml +.env +.env.* +*.pem +*.key +*.crt + +# Build outputs +cyberstrike-ai +bin/ +dist/ +build/ +coverage.out +coverage.html + +# Logs and temporary files +*.log +tmp/ +temp/ + +# Python +venv/ +.venv/ +__pycache__/ +*.py[cod] +.pytest_cache/ + +# Go +vendor/ + +# macOS / editors +.DS_Store +.idea/ +.vscode/