中国本土应用
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.

112 lines
1.2KB

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