# Build artifacts
_build/
_export/
dist/
requirements/

# Python
__pycache__/
*.pyc
*.pyo

# Release build (not tracked - contains signing identity references)
build_release.py

# macOS
.DS_Store
