- 09 5月, 2019 1 次提交
-
-
由 John Chang 提交于
The curly apostrophe in the comment is causing AWS EB CLI to fail. https://stackoverflow.com/a/55988700/594211
-
- 11 3月, 2019 1 次提交
-
-
由 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`.
-
- 26 1月, 2019 1 次提交
-
-
由 Sam Roeca 提交于
PEP-517 has resulted in some updates to the Python build process. As a result, a new directory called pip-wheel-metadata is created on fresh builds. This PR adds this directory into the Python default gitignore. See https://github.com/pypa/pip/blob/e5f4bbb7ddff87f48f2b5815513e4211ccdde83a/src/pip/_internal/req/req_install.py#L568
-
- 10 11月, 2018 1 次提交
-
-
由 J. Kevin Bay 提交于
See https://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html tl;dr Debian Policy requires wheels to be installed here and thus issuing python3 -m venv . on a Debian-like system creates this directory
-
- 23 10月, 2018 1 次提交
-
-
由 kitsuyui 提交于
Pyre is a new type-checker for Python developed by facebook in May 2018. https://pyre-check.org/ It makes .pyre directory for storing result or cache for type checking. This directory is environment dependent. So it should be ignored from Git.
-
- 10 9月, 2018 1 次提交
-
-
由 Seth M. Larson 提交于
See: https://github.com/theacodes/nox
-
- 27 8月, 2018 1 次提交
-
-
由 amigcamel 提交于
-
- 22 8月, 2018 1 次提交
-
-
由 amigcamel 提交于
-
- 19 8月, 2018 3 次提交
-
-
由 Gabriel Curio 提交于
My preference is for files to have a terminal newline, however that doesn't seem to be how this repo is doing things.
-
由 Gabriel Curio 提交于
Older versions of dmypy used 'dmypy.json' without the initial '.'. This should be added to Python.gitignore for those using older versions of MyPy.
-
由 Gabriel Curio 提交于
MyPy includes a daemon server that creates a file named .dmypy.json to manage socket connection data.
-
- 25 2月, 2018 1 次提交
-
-
由 jtogrul 提交于
-
- 04 2月, 2018 1 次提交
-
-
由 raimon 提交于
-
- 12 1月, 2018 1 次提交
-
-
由 Chih-Yung Liang 提交于
Both are neither python-specific nor django-specific: - .static_storage - .media
-
- 29 8月, 2017 1 次提交
-
-
由 Renjith S Raj 提交于
-
- 21 6月, 2017 2 次提交
- 26 5月, 2017 1 次提交
-
-
由 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'
-
- 22 5月, 2017 1 次提交
-
-
由 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.
-
- 12 5月, 2017 1 次提交
-
-
由 Younggun Kim 提交于
-
- 07 5月, 2017 1 次提交
-
-
由 Brett Cannon 提交于
-
- 01 4月, 2017 1 次提交
-
-
由 Ghislain Antony Vaillant 提交于
-
- 31 3月, 2017 1 次提交
-
-
由 Ghislain Antony Vaillant 提交于
[mkdocs](http://www.mkdocs.org/) is rising as an alternative to Sphinx for project's documentation. The default build command puts the generated documentation in a `site` directory at the root of the project which should be ignored.
-
- 21 3月, 2017 1 次提交
-
-
由 Dominik Raniszewski 提交于
Looks like Spyder 3.1 uses .spyproject folder to store workspace config
-
- 20 2月, 2017 2 次提交
-
-
由 Pedro M. Sosa 提交于
-
由 Pedro M. Sosa 提交于
Ignore Sage's parsed files (*.sage.py) that are left after running a .Sage program.
-
- 02 2月, 2017 1 次提交
-
-
由 Max 提交于
-
- 24 1月, 2017 1 次提交
-
-
由 Max 提交于
-
- 27 11月, 2016 1 次提交
-
-
由 Rolando Espinoza 提交于
As eggs/ directory, wheels directory may contain compiled wheels.
-
- 27 10月, 2016 1 次提交
-
-
由 Matt Braymer-Hayes 提交于
-
- 14 8月, 2016 1 次提交
-
-
由 Alexandre Bonnetain 提交于
-
- 25 4月, 2016 1 次提交
-
-
由 2Cubed 提交于
-
- 01 4月, 2016 1 次提交
-
-
由 Greg Trahair 提交于
If anyone uses the ROPE refactoring library this is certainly necessary.
-
- 10 3月, 2016 1 次提交
-
-
由 Alexey Roslyakov 提交于
-
- 06 3月, 2016 1 次提交
-
-
由 hippo91 提交于
-
- 29 2月, 2016 1 次提交
-
-
由 roll 提交于
-
- 25 2月, 2016 1 次提交
-
-
由 Abhishek Kumar Singh 提交于
-
- 12 2月, 2016 2 次提交
-
-
由 Harrison G 提交于
Contains private configuration. Equivalent to Django's local_settings.py.
-
由 Harrison G 提交于
-
- 08 2月, 2016 1 次提交
-
-
由 Austin J. Alexander 提交于
-