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.

54 lines
536 B

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. run.py
  2. # Byte-compiled / optimized / DLL files
  3. __pycache__/
  4. *.py[cod]
  5. .idea/
  6. *.idea/*
  7. # C extensions
  8. *.so
  9. # Distribution / packaging
  10. .Python
  11. env/
  12. env27/
  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