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.

57 lines
577 B

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