rara/.gitignore
toki fdc86c7ff4
Some checks are pending
ci / validate (push) Waiting to run
initial commit
2026-07-18 18:41:17 +09:00

43 lines
561 B
Text

.env
.venv/
.tools/
__pycache__/
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.py[cod]
*.egg-info/
bin/
build/
dist/
var/
.coverage
.coverage.*
coverage.out
coverage.xml
htmlcov/
.dart_tool/
.pub-cache/
.flutter-plugins
.flutter-plugins-dependencies
.idea/
.vscode/
.DS_Store
# BEGIN Agent-Ops managed gitignore
!agent-task/
!agent-task/**/
!agent-task/**/*.md
!agent-task/**/*.log
agent-roadmap/current.md
# END Agent-Ops managed gitignore
# Agent-Ops Private Rules
agent-ops/rules/private/
# Agent-Test Local Environment
agent-test/local/
agent-test/runs/