Skip to content
Snippets Groups Projects
.gitignore 251 B
Newer Older
#for docs and setup.py outputs
build/
# test cache
gwinc/test/cache
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

Lee McCuller's avatar
Lee McCuller committed
#vim temporaries
.*.swp
.*.swo

#emacs temporaries
MANIFEST

Anchal Gupta's avatar
Anchal Gupta committed
# Mac OS Files
*.DS_Store