Skip to content
Snippets Groups Projects
.gitignore 127 B
/README.html

# NPM README
/README

# Python distribution/packaging.
/*.egg-info/
/build/
/dist/

# Tests.
*.tmp
tmp.*
*.tmp.*