# Python cache and bytecode
__pycache__/
*.pyc
*.pyo
*~

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

# macOS
.DS_Store

# Windows
desktop.ini
