init: small stdlib-only sync helpers (timing, paths, masking, addr)

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-06-24 22:18:37 -04:00
commit 5997e3f1a1
2 changed files with 182 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/