ring/.gitignore
Fred Amaral acedd0b5ad
docs: add project banner to README for visual appeal
chore: ignore .codegraph directory
2026-02-10 18:58:50 -03:00

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/