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

# Python
__pycache__/
*.pyc
.pytest_cache/
.venv/

# Environment
.env
.env.*

# OS
.DS_Store

# Claude
.claude/
