# TypeScript
typescript/node_modules
typescript/dist
typescript/coverage

typescript/*.js
typescript/*.js.map
typescript/*.d.ts
!typescript/jest.config.js
!typescript/.eslintrc.js
# Byte-compiled / optimized / DLL files

./typescript/package-lock.json
typescript/package-lock.json

node_modules
package.json
package-lock.json
# Allow typescript package.json to be tracked
!typescript/package.json

# Python
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Jupyter Notebook
.ipynb_checkpoints

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# Sphinx documentation
docs/_build/

# pyenv
.python-version 

# Log files
*.log
*.log.*
logs/
log/ 

*.pyc
__pycache__/
*.DS_Store