# Git
.git
.gitignore

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
.eggs
*.egg-info
*.egg
.mypy_cache
.pytest_cache
.ruff_cache
.coverage
htmlcov
.tox
.nox
.hypothesis

# Virtual environments
.venv
venv
env
ENV

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

# Build artifacts
build
dist
*.whl

# Test and dev files
tests
examples
docs
CLAUDE.md
CHANGELOG.md

# SDK (separate package)
sdk

# Local config
.env
.env.*
*.local

# Misc
*.log
.DS_Store
Thumbs.db
