.DS_Store *.swp *.swo *.py[co] *.egg-info *.egg out # project files *.pydevproject *.project # tox .tox # Packages dist build # Installer logs pip-log.txt /apps/*.txt /lib/*.txt # Unit test / coverage reports .coverage .tox nosetests.xml cover/ htmlcov # Sphinx generated docs. doc/_build/ doc/apps/ doc/lib/ # Ignore generated files/directories. *darwin-x86_64* *darwin-i386* *linux-x86_64* # IntelliJ files .idea *.iml *.ipr *.iws # Flymake files are temporary files generated by emacs. *_flymake.* # pysmell generated info file (python static analyzer for vim/emacs/textmate completions) PYSMELL*