Skip to content
Snippets Groups Projects
.gitignore 169 B
Newer Older
# install.sh products
eic-shell
local/

Whitney Armstrong's avatar
Whitney Armstrong committed
# vim 
~*
*.swp
*.swo

# python
__pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints

#build dirs
build
BUILD
debug
DEBUG