feat(agent): scaffold Python package for the accounting agent worker

This commit is contained in:
2026-08-23 16:41:18 -05:00
parent 9b36888b3a
commit 0284ab800a
5 changed files with 35 additions and 0 deletions
+4
View File
@@ -1,2 +1,6 @@
.env
*.log
.venv/
__pycache__/
*.egg-info/
.pytest_cache/