# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Python virtual environments
env/
venv/
ENV/
env.bak/
venv.bak/

# Python cache and build
.mypy_cache/
.ruff_cache/
.pytest_cache/
*.egg-info/
dist/
build/

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Xcode (for testing)
*.xcodeproj/xcuserdata/
*.xcworkspace/xcuserdata/
DerivedData/
*.xcresult/

# Logs
*.log

# Temporary files
*.tmp
*.temp
.cache/

# Release artifacts (built by CI)
*.zip

# Local skill config (user-specific)
skill/scripts/.claude/skills/ios-simulator-skill/config.json

# Other
.claude