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.

106 lines
1.2 KiB

6 years ago
  1. token
  2. # Byte-compiled / optimized / DLL files
  3. __pycache__/
  4. *.py[cod]
  5. *$py.class
  6. # C extensions
  7. *.so
  8. # Distribution / packaging
  9. .Python
  10. build/
  11. develop-eggs/
  12. dist/
  13. downloads/
  14. eggs/
  15. .eggs/
  16. lib/
  17. lib64/
  18. parts/
  19. sdist/
  20. var/
  21. wheels/
  22. *.egg-info/
  23. .installed.cfg
  24. *.egg
  25. MANIFEST
  26. # PyInstaller
  27. # Usually these files are written by a python script from a template
  28. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  29. *.manifest
  30. *.spec
  31. # Installer logs
  32. pip-log.txt
  33. pip-delete-this-directory.txt
  34. # Unit test / coverage reports
  35. htmlcov/
  36. .tox/
  37. .coverage
  38. .coverage.*
  39. .cache
  40. nosetests.xml
  41. coverage.xml
  42. *.cover
  43. .hypothesis/
  44. # Translations
  45. *.mo
  46. *.pot
  47. # Django stuff:
  48. *.log
  49. .static_storage/
  50. .media/
  51. local_settings.py
  52. # Flask stuff:
  53. instance/
  54. .webassets-cache
  55. # Scrapy stuff:
  56. .scrapy
  57. # Sphinx documentation
  58. docs/_build/
  59. # PyBuilder
  60. target/
  61. # Jupyter Notebook
  62. .ipynb_checkpoints
  63. # pyenv
  64. .python-version
  65. # celery beat schedule file
  66. celerybeat-schedule
  67. # SageMath parsed files
  68. *.sage.py
  69. # Environments
  70. .env
  71. .venv
  72. env/
  73. venv/
  74. ENV/
  75. env.bak/
  76. venv.bak/
  77. # Spyder project settings
  78. .spyderproject
  79. .spyproject
  80. # Rope project settings
  81. .ropeproject
  82. # mkdocs documentation
  83. /site
  84. # mypy
  85. .mypy_cache/
  86. .*swp