# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/

# Build artifacts
dist/
build/

# Virtual environments
.venv/
venv/

# OS
.DS_Store
