blob: 97dbc43a2cee7d3600fc7361c2d549e8f544838a [file] [edit]
# Config file
.emscripten
.emscripten_backup
# Emsdk generated version info
.emsdk_version
# vim/emacs temporary/backup files
*~
*.swp
# Compiled python files
__pycache__
# 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
# Test output
/out/
# All the ps1 files are generated by bootstrap...
*.ps1
# ...except the templates.
!/tools/run_python.ps1
!/tools/run_python_compiler.ps1