1. 11 3月, 2020 1 次提交
    • E
      Ignore Cython debug symbols (#3330) · 589831e1
      Elijah Shaw-Rutschman 提交于
      Cython extension modules built with `gdb_debug=True` spit out debug symbols in the `cython_debug` directory at the top level of the project. The files in this directory contain hardcoded paths and are not shareable/meaningful across environments, so I think it makes sense to include them in a default Python .gitignore.
      589831e1
  2. 20 2月, 2020 1 次提交
  3. 10 2月, 2020 2 次提交
  4. 18 11月, 2019 1 次提交
  5. 09 11月, 2019 2 次提交
  6. 20 9月, 2019 1 次提交
  7. 26 5月, 2019 1 次提交
  8. 09 5月, 2019 1 次提交
  9. 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
  10. 26 1月, 2019 1 次提交
  11. 10 11月, 2018 1 次提交
  12. 23 10月, 2018 1 次提交
  13. 10 9月, 2018 1 次提交
  14. 27 8月, 2018 1 次提交
  15. 22 8月, 2018 1 次提交
  16. 19 8月, 2018 3 次提交
  17. 25 2月, 2018 1 次提交
  18. 04 2月, 2018 1 次提交
  19. 12 1月, 2018 1 次提交
  20. 29 8月, 2017 1 次提交
  21. 21 6月, 2017 2 次提交
  22. 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
  23. 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
  24. 12 5月, 2017 1 次提交
  25. 07 5月, 2017 1 次提交
  26. 01 4月, 2017 1 次提交
  27. 31 3月, 2017 1 次提交
  28. 21 3月, 2017 1 次提交
  29. 20 2月, 2017 2 次提交
  30. 02 2月, 2017 1 次提交
  31. 24 1月, 2017 1 次提交
  32. 27 11月, 2016 1 次提交
  33. 27 10月, 2016 1 次提交
  34. 14 8月, 2016 1 次提交