# Build artifacts
dist/
build/
*.egg-info/
*.egg

# Python cache
__pycache__/
*.pyc
*.pyo

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/

# macOS
.DS_Store

# Release documentation
RELEASE.md

# Local state
*.log
*.tmp
