# Python cache
__pycache__/
*.py[cod]

# Build artifacts
build/
dist/
*.egg-info/

# Test cache
.pytest_cache/

# macOS metadata
.DS_Store
