Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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