__pycache__/
*.pyc
.worktrees/
*.lock
# uv.lock must be tracked for reproducible builds
!uv.lock

# Environment & secrets
.env
.env.*

# OS
.DS_Store
Thumbs.db

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

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/

# Build artifacts
dist/
build/
*.egg-info/
figma-export/
figma-export-backup/
prototype/
