init: guarddog-nexus project skeleton

This commit is contained in:
Marker689
2026-05-09 04:32:48 +03:00
commit bdcc82807d
6 changed files with 178 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/
data/
*.db
.env
.venv/
venv/