Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

.gitignore 447B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. *.pyc
  2. # Packages
  3. *.egg
  4. !/tests/**/*.egg
  5. /*.egg-info
  6. /dist/*
  7. build
  8. _build
  9. .cache
  10. *.so
  11. # Installer logs
  12. pip-log.txt
  13. # Unit test / coverage reports
  14. .coverage
  15. .pytest_cache
  16. .DS_Store
  17. .idea/*
  18. .python-version
  19. .vscode/*
  20. /test.py
  21. /test_*.*
  22. /setup.cfg
  23. MANIFEST.in
  24. /setup.py
  25. /docs/site/*
  26. /tests/fixtures/simple_project/setup.py
  27. /tests/fixtures/project_with_extras/setup.py
  28. .mypy_cache
  29. .venv
  30. /releases/*
  31. pip-wheel-metadata
  32. /poetry.toml
  33. poetry/core/*