- 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 提交于
-
- 13 12月, 2015 1 次提交
-
-
由 Richard K 提交于
-
- 02 10月, 2015 1 次提交
-
-
由 Edson Dota 提交于
-
- 29 7月, 2015 1 次提交
-
-
由 Manav Mandhani 提交于
-
- 05 6月, 2015 1 次提交
-
-
由 Capi Etheriel 提交于
-
- 11 5月, 2015 1 次提交
-
- 29 4月, 2015 1 次提交
-
-
由 Geoffrey Sneddon 提交于
-
- 16 3月, 2015 1 次提交
-
-
由 Lucretiel 提交于
Added missing wildcard to the `*,cover` coverage annotation.
-
- 06 3月, 2015 1 次提交
-
-
由 Lucretiel 提交于
Coverage creates annotation files by appending ",cover" (with a comma, not a period) to the filename.
-
- 12 2月, 2015 1 次提交
-
-
由 Rolf Erik Lekang 提交于
When using `coverage -p` to get coverage for test runs in several environments coverage creates files on the form .coverage.hostname.timestamp.
-
- 03 2月, 2015 1 次提交
-
-
由 Stephan Kuschel 提交于
-
- 15 8月, 2014 1 次提交
-
-
由 Mateusz Jagiełło 提交于
-
- 15 6月, 2014 1 次提交
-
-
由 Michael Gruber 提交于
-
- 06 3月, 2014 1 次提交
-
-
由 hugovk 提交于
coverage.py creates HTML reports in the htmlcov directory (this tool can also be used with coveralls.io) http://nedbatchelder.com/code/coverage/ https://pypi.python.org/pypi/coverage
-
- 23 2月, 2014 1 次提交
-
-
由 Metallicow 提交于
-
- 22 2月, 2014 2 次提交
-
-
由 Metallicow 提交于
-
由 Metallicow 提交于
# PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.exe.manifest *.manifest Example template ``` <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity type="win32" name="SourceCoder" version="14.2.22.0" processorArchitecture="x86" /> <description>Description</description> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false" /> </requestedPrivileges> </security> </trustInfo> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="x86" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.VC90.CRT" version="9.0.21022.8" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b" /> </dependentAssembly> </dependency> </assembly> ```
-
- 21 2月, 2014 2 次提交
-
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-