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

# Virtual environments
.venv/
venv/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Testing
.pytest_cache/
htmlcov/
.coverage

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

# Environment
.env
.env.*

# Generated version file (hatch-vcs)
src/solwyn/_version.py

# Claude Code local state
.claude/

todos/

# Git worktrees
.worktrees
