python_reference/.gitignore

19 lines
137 B
Plaintext
Raw Normal View History

2014-05-06 18:45:03 +00:00
*.ipynb_checkpoints/
2014-04-30 02:52:05 +00:00
.DS_Store
*.DS_Store
2013-12-01 01:32:42 +00:00
*.pyc
*.o
*.so
*.gcno
*.swp
*.egg-info
*.egg
*~
build
dist
lib/test
doc/_build
*.log
*env
*ENV