# Generated artifacts + Python build output (both land in dist/)
dist/
build/
*.egg-info/

# Python
__pycache__/
*.pyc
.pytest_cache/
.venv/
venv/

# Tooling state
.omc/

# Editor
*.swp
*.swo
*~
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db
