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

# Testing
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

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

# uv
uv.lock.bak

# Project-specific
src/wrktreez/_bundled/__pycache__/
# wrktreez
.claude/worktrees/
