# CRP container ignores — keep image small
__pycache__/
*.py[cod]
*.so
.mypy_cache/
.pytest_cache/
.ruff_cache/
.hypothesis/
dist/
build/
*.egg-info/
tests/
docs/
examples/
rfcs/
specification/
schemas/
media/
crp_sessions/
_long_gen_results/
_*.py
_*.txt
_*.json
_*.jsonl
*.tmp
*.bak
*.md
!README.md
!LICENSE.md
.git/
.github/
.vscode/
.idea/
.pre-commit-config.yaml
Dockerfile
.dockerignore
