# Python bytecode and cache
__pycache__/
*.py[cod]
*$py.class
*.pyo

# Distribution and packaging
*.egg
*.egg-info/
dist/
build/
wheels/
*.whl

# Virtual environments
.venv/
venv/
ENV/
.python-version.local

# uv
.uv/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/

# Type checking
.mypy_cache/
.pytype/

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

# OS
.DS_Store
Thumbs.db

# Project-specific
.weld/runs/

# Documentation
site/

# Claude
!CLAUDE.md
!.claude/
.claude/settings*.json
.claude/research/
