# Claude settings (may contain tokens)
.claude/

# Build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo

# Virtual environments
.venv/
venv/
env/

# Project runtime data
.cowork/

# Environment variables
.env
.env.*
