Files
turnstone/.dockerignore
T

15 lines
131 B
Plaintext

__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.env
*.db
.git/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/