# ignore IDE files
.vscode

# ignore temp files under any path
.DS_Store
**/__pycache__

# ignore build artifacts
/dist
*.egg-info