ablog/.gitignore

20 lines
196 B
Text
Raw Normal View History

2014-04-27 16:55:58 -07:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
MANIFEST
2014-04-27 16:55:58 -07:00
# Distribution / packaging
build/
dist/
demo/
2014-07-27 22:42:23 -07:00
*.egg-info/
2014-04-27 16:55:58 -07:00
# Sphinx documentation
2015-02-23 22:19:55 -08:00
docs/_*
docs/.*
docs/tmp/
2014-05-08 22:37:37 -07:00
.DS_Store
*~