.gitignore - Files for Git to ignoreΒΆ

syntax: glob
 

CodeChat-generated files

_build/
 

TypeScript transpiles.

extensions/VSCode/out
extensions/VSCode/.vscode
 

Python-generated files

__pycache__/
build/
dist/
*.egg-info/
 

Mypy-generated files

 

Others

.mypy_cache/
.tox/
.venv/
thrift*.exe
node_modules/
CodeChat_Server/venv_fedora/
CodeChat_Server/.coverage
CodeChat_Server/htmlcov/
CodeChat_Server/CodeChat_Server/templates/mkdocs/site
CodeChat_Server/CodeChat_Server/templates/runestone/build_info