python_reference/.gitignore

19 lines
137 B
Plaintext
Raw Normal View History

2014-05-06 14:45:03 -04:00
*.ipynb_checkpoints/
2014-04-29 22:52:05 -04:00
.DS_Store
*.DS_Store
2013-11-30 20:32:42 -05:00
*.pyc
*.o
*.so
*.gcno
*.swp
*.egg-info
*.egg
*~
build
dist
lib/test
doc/_build
*.log
*env
*ENV