# Python
__pycache__/
*.py[oc]
*.pyd
build/
dist/
wheels/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# uv
.python-version

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

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

# Claude Code
.claude/
