Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Ignore mkdocs site directory | Ghislain Antony Vaillant | 2017-03-31 | 1 | -0/+3 | |
|/ | | | [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. | |||||
* | Update Python.gitignore | Pedro M. Sosa | 2017-02-19 | 1 | -1/+1 | |
| | ||||||
* | [Python Gitignore] Ignore Sage's parsed files | Pedro M. Sosa | 2017-02-19 | 1 | -0/+3 | |
| | | | Ignore Sage's parsed files (*.sage.py) that are left after running a .Sage program. | |||||
* | Remove / from .venv | Max | 2017-02-01 | 1 | -2/+1 | |
| | ||||||
* | Add .venv as file | Max | 2017-01-24 | 1 | -0/+1 | |
| | ||||||
* | Ignore wheels directory. | Rolando Espinoza | 2016-11-26 | 1 | -0/+1 | |
| | | | | As eggs/ directory, wheels directory may contain compiled wheels. | |||||
* | Rename 'IPython Notebook' comment to 'Jupyter Notebook' | Matt Braymer-Hayes | 2016-10-26 | 1 | -1/+1 | |
| | ||||||
* | Add hidden virtualenv to Python template | Alexandre Bonnetain | 2016-08-14 | 1 | -0/+1 | |
| | ||||||
* | Add .webassets-cache to Flask | 2Cubed | 2016-04-24 | 1 | -1/+2 | |
| | ||||||
* | Added .ropeproject directory | Greg Trahair | 2016-04-01 | 1 | -0/+3 | |
| | | | If anyone uses the ROPE refactoring library this is certainly necessary. | |||||
* | Python: don't track virtualenv files. | Alexey Roslyakov | 2016-03-10 | 1 | -0/+4 | |
| | ||||||
* | Merge branch 'master' of github.com:github/gitignore into patch-1 | Abhishek Kumar Singh | 2016-03-07 | 1 | -0/+9 | |
|\ | | | | | | | | | Conflicts: Python.gitignore | |||||
| * | No need to push .spyderproject file in a python project | hippo91 | 2016-03-06 | 1 | -0/+3 | |
| | | ||||||
| * | Merge pull request #1543 from barraponto/patch-2 | Brendan Forster | 2016-03-06 | 1 | -0/+3 | |
| |\ | | | | | | | Add scrapy stuff to .gitignore | |||||
| | * | Add scrapy stuff to .gitignore | Capi Etheriel | 2015-06-05 | 1 | -0/+3 | |
| | | | ||||||
| * | | added dotenv to python gitignore | roll | 2016-02-28 | 1 | -0/+2 | |
| | | | ||||||
* | | | Update Python.gitignore for celery-beat schedule binary file. | Abhishek Kumar Singh | 2016-02-25 | 1 | -0/+2 | |
|/ / | ||||||
* | | Add Flask instance folder | Harrison G | 2016-02-12 | 1 | -0/+3 | |
| | | | | | | Contains private configuration. Equivalent to Django's local_settings.py. | |||||
* | | Fix capitalization of IPython | Harrison G | 2016-02-12 | 1 | -1/+1 | |
| | | ||||||
* | | fix style by adding space after # | Austin J. Alexander | 2016-02-07 | 1 | -1/+1 | |
| | | ||||||
* | | merging Python.gitignore for PR #1801 | Richard Kuesters | 2016-01-27 | 1 | -0/+5 | |
|\ \ | ||||||
| * \ | Merge pull request #1683 from edsondota/master | Brendan Forster | 2016-01-27 | 1 | -0/+1 | |
| |\ \ | | | | | | | | | Add local_settings to Django's ignore | |||||
| | * | | Add local_settings to Django's ignore | Edson Dota | 2015-10-02 | 1 | -0/+1 | |
| | |/ | ||||||
| * | | Merge pull request #1617 from manavm/ipynb-checkpoints | Arfon Smith | 2016-01-15 | 1 | -0/+3 | |
| |\ \ | | | | | | | | | Ipython Notebook checkpoints | |||||
| | * | | Include ipython notebook checkpoints to gitignore | Manav Mandhani | 2015-07-28 | 1 | -0/+3 | |
| | |/ | ||||||
* | / | Update Python.gitignore | Richard K | 2015-12-13 | 1 | -0/+3 | |
|/ / | ||||||
* / | Ignore temp Hypothesis test things | Hugo | 2015-05-11 | 1 | -0/+1 | |
|/ | | | | https://github.com/DRMacIver/hypothesis https://hypothesis.readthedocs.org | |||||
* | Add Jython compiled class files to the Python ignore file. | Geoffrey Sneddon | 2015-04-28 | 1 | -0/+1 | |
| | ||||||
* | Fixed coverage annotation | Lucretiel | 2015-03-16 | 1 | -1/+1 | |
| | | | Added missing wildcard to the `*,cover` coverage annotation. | |||||
* | Added coverage annotation files | Lucretiel | 2015-03-06 | 1 | -0/+1 | |
| | | | Coverage creates annotation files by appending ",cover" (with a comma, not a period) to the filename. | |||||
* | Add .coverage. to Python.gitignore | Rolf Erik Lekang | 2015-02-12 | 1 | -0/+1 | |
| | | | When using `coverage -p` to get coverage for test runs in several environments coverage creates files on the form .coverage.hostname.timestamp. | |||||
* | add .eggs/ directory to Python.gitignore | Stephan Kuschel | 2015-02-02 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #955 from arjun024/master | Carl Suster | 2014-09-01 | 1 | -0/+1 | |
|\ | | | | | add downloads/ in Distribution / packaging | |||||
| * | add downloads/ in Distribution / packaging | Arjun Sreedharan | 2014-02-19 | 1 | -0/+1 | |
| | | ||||||
* | | Remove trailing space | Mateusz Jagiełło | 2014-08-15 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #1111 from aelgru/master | Carl Suster | 2014-06-24 | 1 | -0/+3 | |
|\ \ | | | | | | | Ignoring PyBuilder's target directory | |||||
| * | | Ignoring PyBuilder's target directory | Michael Gruber | 2014-06-15 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge pull request #959 from Metallicow/PyInstaller-.gitignore | Carl Suster | 2014-06-24 | 1 | -0/+6 | |
|\ \ \ | |/ / |/| | | PyInstaller .manifest | |||||
| * | | remove .exe.manifest ; Redundant | Metallicow | 2014-02-23 | 1 | -1/+0 | |
| | | | ||||||
| * | | .spec files also | Metallicow | 2014-02-22 | 1 | -0/+1 | |
| | | | ||||||
| * | | PyInstaller .manifest | Metallicow | 2014-02-22 | 1 | -0/+6 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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> ``` | |||||
* | | Merge pull request #958 from arcresu/python-bin | Carl Suster | 2014-05-06 | 1 | -11/+1 | |
|\ \ | | | | | | | [Python] Remove rules for bin/, Mr Developer, and Rope | |||||
| * | | Group gettext files in the Python template | Carl Suster | 2014-02-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Remove Mr Developer and Rope rules from Python template | Carl Suster | 2014-02-21 | 1 | -9/+0 | |
| | | | ||||||
| * | | Stop ignoring bin/ in Python template | Carl Suster | 2014-02-21 | 1 | -1/+0 | |
| |/ | ||||||
* / | Ignore coverage results | hugovk | 2014-03-06 | 1 | -0/+1 | |
|/ | | | | | 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 | |||||
* | Update Python.gitignore | Evandro Leopoldino Gonçalves | 2014-01-07 | 1 | -1/+0 | |
| | ||||||
* | Update Python.gitignore | Evandro Leopoldino Gonçalves | 2013-12-14 | 1 | -0/+3 | |
| | ||||||
* | Ignore rope files. | Kevin Deldycke | 2013-11-13 | 1 | -0/+3 | |
| | | | Rope (https://bitbucket.org/zjes/rope_py3k/overview) is a refactoring tool for Python. It creates temporary files in `.ropeproject` to cache data. These files should be ignored by default. | |||||
* | Added Sphinx documentation | Jordi Llonch | 2013-11-13 | 1 | -0/+4 | |
| |