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

# Python
__pycache__/
*.pyc
.venv/

# Editor / OS
.DS_Store
.idea/
.vscode/
