blob: 0f0da2a9a54c91fb48894a498e572c44a1b5aba6 [file] [log] [blame]
# Config file
.emscripten
.emscripten_backup
# vim/emacs temporary/backup files
*~
*.swp
# Compiled python files
*.pyc
# Default emscripten cache
/cache
# Ignore only the root node_modules, but not any further down the path
/node_modules/
# Python coverage tool output
.coverage
.coverage.*
tools/coverage/
htmlcov/
coverage.xml
.DS_Store