init: stdlib app-entry-point logging setup (live run.log, rotation, gzip, retention)

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-06-27 20:21:02 -04:00
commit da8b86b258
2 changed files with 121 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# claude
CLAUDE.md
# python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
# env
.venv/
venv/
.env
.pytest_cache/