# Python
venv/
.venv/
__pycache__/
*.egg-info/
.eggs/
dist/
build/
.ruff_cache/
.mypy_cache/
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
*.pyc
*.pyo
*.pyd
.Python

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

# OS
.DS_Store
Thumbs.db

# uv
.uv/

# Project internals (not for distribution)
.claude/
.project/
