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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# MkDocs build output — deployed via GitHub Actions, not committed to git
site/
.gitignore
.caretaker-memory.db*
*.pem
/*.txt
/*.json
!releases.json
src/caretaker/evolution/backends/mongo_backend.py
*-evolution.db*
*.log

# Claude Code local state
.claude/
.caretaker-memory*.db
