# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/
.ruff_cache/

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

# macOS
.DS_Store

# Environment variables
.env
.env.*

# LLM provider keys and runtime wrappers (never commit)
*.key
cmini-wrapper

# Character pack backups (created by mindset migrate)
**/.backup/

# Local registry override
.agentic-mindset/

# Claude Code
.claude/
.claude/workspace/
.worktrees/

# Local harness context — do not commit
CLAUDE.md

# aurorie-teams runtime workspace — local only, do not commit
.claude/workspace/
