# Build
build/
.build/
DerivedData/

# Xcode
*.xcuserdata
*.xcworkspace
xcuserdata/

# Environment (app-specific config)
.env
.env.local

# Python
__pycache__/
.venv/

# macOS
.DS_Store
*.swp
*~

# Agent kill switch
.pepper-kill

# Screenshots (never track)
*.png
# But allow asset catalog icons
!test-app/PepperTestApp/Assets.xcassets/**/*.png

# Secrets / certificates
*.pem
*.key
*.p12
*.pfx

# Claude Code
.claude/

# Dist
dist/

# External
.playwright-mcp/
