include argus workflow

This commit is contained in:
joyzhuo
2026-03-29 06:29:18 -04:00
parent 275a53ab40
commit 56673078f5
23 changed files with 3098 additions and 307 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Python venv — run `python3 -m venv .venv && pip install -r argus/requirements.txt` to recreate
.venv/
# Python bytecode
argus/__pycache__/
argus/**/__pycache__/
*.pyc
*.pyo
# macOS
.DS_Store