Initial upload: TermDiagram v0.1.0
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-29 22:27:54 +00:00
parent f523114eb4
commit 6ea71b8051

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
*.pyc
__pycache__/
.env
.venv
venv/
.env.local
dist/
build/
*.egg-info/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/