mirror of
https://github.com/turnstonelabs/turnstone.git
synced 2026-08-12 23:12:23 -06:00
22 lines
196 B
Plaintext
22 lines
196 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.egg
|
|
.venv/
|
|
venv/
|
|
.env
|
|
*.so
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
*.db
|
|
.plan.md
|
|
.plan-*.md
|
|
.hypothesis/
|
|
PROGRESS.md
|
|
.coverage
|