# macOS
.DS_Store

# IDE
.vscode/
.idea/

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

# Environment
.env
.env.local
*.local

# Testing
.pytest_cache/
.coverage
htmlcov/

# Temp/output files
tmp/*
!tmp/.gitkeep

# Client-specific profiles (created by /dr-learn)
config/client-profiles/*.json
!config/client-profiles/.gitkeep

# uv
.python-version

# Worktrees
.worktrees/
