# 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/

# Knowledge management (sessions and personal context are private)
knowledge/sessions/
knowledge/context/TODO.md
knowledge/*.log
