You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
568 B

10 years ago
10 years ago
10 years ago
10 years ago
  1. run.py
  2. .gitignore
  3. # Byte-compiled / optimized / DLL files
  4. __pycache__/
  5. *.py[cod]
  6. .idea/
  7. # C extensions
  8. *.so
  9. # Distribution / packaging
  10. .Python
  11. env/
  12. bin/
  13. build/
  14. develop-eggs/
  15. dist/
  16. eggs/
  17. lib/
  18. lib64/
  19. parts/
  20. sdist/
  21. var/
  22. *.egg-info/
  23. .installed.cfg
  24. *.egg
  25. # Installer logs
  26. pip-log.txt
  27. pip-delete-this-directory.txt
  28. # Unit test / coverage reports
  29. htmlcov/
  30. .tox/
  31. .coverage
  32. .cache
  33. nosetests.xml
  34. coverage.xml
  35. # Translations
  36. *.mo
  37. # Mr Developer
  38. .mr.developer.cfg
  39. .project
  40. .pydevproject
  41. # Rope
  42. .ropeproject
  43. # Django stuff:
  44. *.log
  45. *.pot
  46. # Sphinx documentation
  47. docs/_build/