# Instruction, specification, and standard documents. Local to the working copy, never committed.
CLAUDE.md
shared-solution-model.md
CODING_STANDARD.MD
WRITING-LOGIC-STANDARD.MD
WRITING-STYLE-STANDARD.MD
Concept/
Use Case/

# Agent and editor local state
.claude/
.cursor/
.idea/
.vscode/

# Python bytecode and build output
__pycache__/
*.py[cod]
*$py.class
build/
dist/
*.egg-info/
.eggs/

# Environments
.venv/
venv/
.env
.env.*

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# OS
.DS_Store
