# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Jean Claude patterns
agents/
trees/
logs/
.jc/
.env
.mcp.json

# Coverage and testing
.coverage
htmlcov/
.pytest_cache/
.ruff_cache/
