mirror of
https://github.com/turnstonelabs/turnstone.git
synced 2026-08-12 23:12:23 -06:00
32 lines
479 B
Plaintext
32 lines
479 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.egg
|
|
.venv/
|
|
venv/
|
|
.env
|
|
# Local compose overrides (e.g. run.sh's node-count limiter, bootstrap output)
|
|
compose.override.yaml
|
|
compose.override.yml
|
|
docker-compose.override.yaml
|
|
docker-compose.override.yml
|
|
*.so
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
*.db
|
|
.plan.md
|
|
.plan-*.md
|
|
.hypothesis/
|
|
PROGRESS.md
|
|
.coverage
|
|
tools/skill_audit_analysis/data/
|
|
tools/skill_audit_analysis/output/
|
|
design_ideas/
|
|
.claude/
|
|
docs/design/
|