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

# Python
__pycache__/
*.py[cod]
.venv/
venv/

# OS / editor
.DS_Store
.vscode/
.idea/
