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

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# Env
.env
.env.*
!.env.example

# Local CUJ/test-run state written by the SDK itself — not source.
# `.agents/skills/` holds installed skill bodies and `.decimal/skills.lock`
# is the install lockfile; both are regenerated by running the harness and
# accumulate throwaway cuj*-prefixed fixtures. This repo goes public, so they
# do not belong in its history.
.agents/
.decimal/
