Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. *$py.class
  5.  
  6. # C extensions
  7. *.so
  8.  
  9. # Distribution / packaging
  10. .Python
  11. env/
  12. build/
  13. develop-eggs/
  14. dist/
  15. downloads/
  16. eggs/
  17. .eggs/
  18. lib/
  19. lib64/
  20. parts/
  21. sdist/
  22. var/
  23. *.egg-info/
  24. .installed.cfg
  25. *.egg
  26.  
  27. # Bluemix vendored packages
  28. vendor/
  29.  
  30. # PyInstaller
  31. # Usually these files are written by a python script from a template
  32. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  33. *.manifest
  34. *.spec
  35.  
  36. # Installer logs
  37. pip-log.txt
  38. pip-delete-this-directory.txt
  39.  
  40. # Unit test / coverage reports
  41. htmlcov/
  42. .tox/
  43. .coverage
  44. .coverage.*
  45. .cache
  46. nosetests.xml
  47. coverage.xml
  48. *,cover
  49.  
  50. # Translations
  51. *.mo
  52. *.pot
  53.  
  54. # Sphinx documentation
  55. docs/_build/
  56.  
  57. # PyBuilder
  58. target/
  59.  
  60. # WingIDE (we do want .wpr but not .wpu)
  61. *.wpu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement