mirror of
https://github.com/LerianStudio/ring
synced 2026-04-21 13:37:27 +00:00
35 lines
No EOL
441 B
Text
35 lines
No EOL
441 B
Text
.worktrees/
|
|
.private-journal/
|
|
.test/
|
|
examples/
|
|
.references/
|
|
|
|
# Python cache
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Python virtual environments
|
|
.venv/
|
|
venv/
|
|
|
|
# Python build artifacts
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
|
|
# Type checking
|
|
.mypy_cache/
|
|
|
|
# Ring infrastructure runtime files
|
|
.ring/
|
|
|
|
# Code review tool binaries and coverage
|
|
scripts/codereview/bin/
|
|
scripts/codereview/coverage.*
|
|
scripts/codereview/*-test
|
|
|
|
.codegraph/
|
|
|
|
node_modules/ |