您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Python.gitignore 126B

1234567891011121314
  1. *.py[co]
  2. # Packages
  3. *.egg
  4. *.egg-info
  5. dist
  6. build
  7. # Installer logs
  8. pip-log.txt
  9. # Unit test / coverage reports
  10. .coverage
  11. .tox