# Build artifacts
/build/
/dist/
/*.egg-info/

# Test / lint caches
__pycache__/
/.coverage
/.mypy_cache/
/.pytest_cache/
/.ruff_cache/

# Environment
/.env
/.env.*
/.venv/

# Tools
/.claude/

# Worktrees
/.wt/
