Files
rich-print/.gitignore
Yunxiao Xu 1ac724603a
All checks were successful
CI / lint (push) Successful in 13s
CI / test (3.12) (push) Successful in -32s
CI / test (3.14) (push) Successful in -30s
CI / typecheck (push) Successful in -30s
CI / test (3.13) (push) Successful in -31s
Ignore OpenCode state directory
2026-04-03 00:43:10 -07:00

17 lines
157 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
.venv/
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
.env
.opencode/state