Guest User

Untitled

a guest
Feb 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. NEWIP.txt
  2. log.txt
  3. status.xml
  4.  
  5. # Byte-compiled / optimized / DLL files
  6. __pycache__/
  7. *.py[cod]
  8.  
  9. # C extensions
  10. *.so
  11.  
  12. # Distribution / packaging
  13. .Python
  14. env/
  15. bin/
  16. build/
  17. develop-eggs/
  18. dist/
  19. eggs/
  20. lib/
  21. lib64/
  22. parts/
  23. sdist/
  24. var/
  25. *.egg-info/
  26. .installed.cfg
  27. *.egg
  28.  
  29. # Installer logs
  30. pip-log.txt
  31. pip-delete-this-directory.txt
  32.  
  33. # Unit test / coverage reports
  34. htmlcov/
  35. .tox/
  36. .coverage
  37. .cache
  38. nosetests.xml
  39. coverage.xml
  40.  
  41. # Translations
  42. *.mo
  43.  
  44. # Mr Developer
  45. .mr.developer.cfg
  46. .project
  47. .pydevproject
  48.  
  49. # Rope
  50. .ropeproject
  51.  
  52. # Django stuff:
  53. *.log
  54. *.pot
  55.  
  56. # Sphinx documentation
  57. docs/_build/
Add Comment
Please, Sign In to add comment