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
562 B

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