1. 09 5月, 2019 1 次提交
  2. 11 3月, 2019 1 次提交
    • J
      Add ignore rules for Pipenv (#2977) · 7079791a
      Jarry Shaw 提交于
      * Add ignore rules for Pipenv
      
      Pipenv uses Pipfile.lock to maintain Python package information
      (metadata, hash, etc.) installed as described in Pipfile. Thus,
      Pipfile.lock may vary on different operating systems, platforms
      when collaborating. This PR adds Pipfile.lock into the Python
      default gitignore. See http://pipenv.org
      
      * Update Python.gitignore
      
      Not to ignore Pipfile.lock in default, but explain
      when and why it should be ignored in case of
      collaboration. (adjusted according to comment
      in github/gitignore#2977 by @drothmaler )
      
      * Apply suggestions from code review
      Co-Authored-By: NJarryShaw <jarryshaw@icloud.com>
      
      * Update Python.gitignore
      
      As suggested by @shiftkey , elaborate on the problems that users might see with `Pipfile.lock`.
      7079791a
  3. 26 1月, 2019 1 次提交
  4. 10 11月, 2018 1 次提交
  5. 23 10月, 2018 1 次提交
  6. 10 9月, 2018 1 次提交
  7. 27 8月, 2018 1 次提交
  8. 22 8月, 2018 1 次提交
  9. 19 8月, 2018 3 次提交
  10. 25 2月, 2018 1 次提交
  11. 04 2月, 2018 1 次提交
  12. 12 1月, 2018 1 次提交
  13. 29 8月, 2017 1 次提交
  14. 21 6月, 2017 2 次提交
  15. 26 5月, 2017 1 次提交
    • S
      add MANIFEST to Python.gitignore · 6d5d7e0c
      Shiwei Sun 提交于
      add MANIFEST which is GENERATED by distutils
      
      Reasons for making this change:
      
      if you use distutils.core to setup, the file MANIFEST is generated by distutils when run 'python setup.py sdist'
      6d5d7e0c
  16. 22 5月, 2017 1 次提交
    • J
      Consolidate all environments in one section · 252058ed
      jwg4 提交于
      Some of these names relate to specific tools, others could be used by multiple tools. In particular, virtualenv, the most popular tool for creating Python environments, does not mandate any of these and venv/ or .venv are simply conventional. It is more readable to group all of these together.
      252058ed
  17. 12 5月, 2017 1 次提交
  18. 07 5月, 2017 1 次提交
  19. 01 4月, 2017 1 次提交
  20. 31 3月, 2017 1 次提交
  21. 21 3月, 2017 1 次提交
  22. 20 2月, 2017 2 次提交
  23. 02 2月, 2017 1 次提交
  24. 24 1月, 2017 1 次提交
  25. 27 11月, 2016 1 次提交
  26. 27 10月, 2016 1 次提交
  27. 14 8月, 2016 1 次提交
  28. 25 4月, 2016 1 次提交
  29. 01 4月, 2016 1 次提交
  30. 10 3月, 2016 1 次提交
  31. 06 3月, 2016 1 次提交
  32. 29 2月, 2016 1 次提交
  33. 25 2月, 2016 1 次提交
  34. 12 2月, 2016 2 次提交
  35. 08 2月, 2016 1 次提交