aboutsummaryrefslogtreecommitdiffstats
path: root/Python.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Ignore temp Hypothesis test thingsHugo2015-05-111-0/+1
| | | | https://github.com/DRMacIver/hypothesis https://hypothesis.readthedocs.org
* Add Jython compiled class files to the Python ignore file.Geoffrey Sneddon2015-04-281-0/+1
|
* Fixed coverage annotationLucretiel2015-03-161-1/+1
| | | Added missing wildcard to the `*,cover` coverage annotation.
* Added coverage annotation filesLucretiel2015-03-061-0/+1
| | | Coverage creates annotation files by appending ",cover" (with a comma, not a period) to the filename.
* Add .coverage. to Python.gitignoreRolf Erik Lekang2015-02-121-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.gitignoreStephan Kuschel2015-02-021-0/+1
|
* Merge pull request #955 from arjun024/masterCarl Suster2014-09-011-0/+1
|\ | | | | add downloads/ in Distribution / packaging
| * add downloads/ in Distribution / packagingArjun Sreedharan2014-02-191-0/+1
| |
* | Remove trailing spaceMateusz Jagiełło2014-08-151-1/+1
| |
* | Merge pull request #1111 from aelgru/masterCarl Suster2014-06-241-0/+3
|\ \ | | | | | | Ignoring PyBuilder's target directory
| * | Ignoring PyBuilder's target directoryMichael Gruber2014-06-151-0/+3
| | |
* | | Merge pull request #959 from Metallicow/PyInstaller-.gitignoreCarl Suster2014-06-241-0/+6
|\ \ \ | |/ / |/| | PyInstaller .manifest
| * | remove .exe.manifest ; RedundantMetallicow2014-02-231-1/+0
| | |
| * | .spec files alsoMetallicow2014-02-221-0/+1
| | |
| * | PyInstaller .manifestMetallicow2014-02-221-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-binCarl Suster2014-05-061-11/+1
|\ \ | | | | | | [Python] Remove rules for bin/, Mr Developer, and Rope
| * | Group gettext files in the Python templateCarl Suster2014-02-211-1/+1
| | |
| * | Remove Mr Developer and Rope rules from Python templateCarl Suster2014-02-211-9/+0
| | |
| * | Stop ignoring bin/ in Python templateCarl Suster2014-02-211-1/+0
| |/
* / Ignore coverage resultshugovk2014-03-061-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.gitignoreEvandro Leopoldino Gonçalves2014-01-071-1/+0
|
* Update Python.gitignoreEvandro Leopoldino Gonçalves2013-12-141-0/+3
|
* Ignore rope files.Kevin Deldycke2013-11-131-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 documentationJordi Llonch2013-11-131-0/+4
|
* Add .cache to the Python .gitignoreSam Clements2013-11-121-0/+1
| | | `.cache` is generated when unittests are run with py.test
* Fix a copy/paste mistakeCarl Suster2013-11-121-4/+3
|
* Merge pull request #473 from Visgean/masterCarl Suster2013-11-111-0/+5
|\ | | | | Merge the django template into the python one since there is a significant overlap
| * Update Python.gitignoreVisgean Skeloru2013-11-121-0/+5
| |
* | Merge pull request #421 from matheussl/masterJustin Spahr-Summers2013-11-101-0/+1
|\ \ | | | | | | Add "pip-delete-this-directory.txt"
| * | add ignore "pip-delete-this-directory.txt"Matheus2012-08-231-0/+1
| |/
* | Merge pull request #814 from xiaogaozi/patch-1Adam Roben2013-11-071-0/+1
|\ \ | | | | | | Python.gitignore add coverage.xml
| * | Python.gitignore add coverage.xmlChangjian Gao2013-10-221-0/+1
| | |
* | | Make Python .gitignore directory entries match only directories.Chris Jerdonek2013-11-071-15/+15
| | | | | | | | | | | | | | | | | | | | | This commit also alphabetizes the distribution/packaging section after separating the directory entries from the file entries. I left alone a few entries that I'm not sure about (i.e. *.egg and the "Mr Developer" section).
* | | Comment for .py[cod] filesRay Shan2013-04-131-0/+1
|/ / | | | | Commenting the only ignore that isn't commented.
* | Merge pull request #329 from svkampen/patch-1Daniel Hengeveld2013-01-201-0/+1
|\ \ | |/ |/| Added __pycache__
| * Removed comment.Sam van Kampen2013-01-131-2/+0
| |
| * Added __pycache__Sam van Kampen2012-04-281-0/+3
| |
* | added missing whitespaces in commentsHonza Javorek2012-08-181-2/+2
| |
* | Adding pydev filesEduard Carreras2012-08-081-1/+2
|/
* add '.pyd' and '.so' (C extensions) in Python.gitignoreMatheus dos Santos Lima2012-04-121-1/+5
|
* add 'lib' and 'lib64' to Python gitignore.Matheus dos Santos Lima2012-04-121-0/+2
|
* Added nosetests.xml to the python unittest ignores.Reinout van Rees2011-09-091-0/+1
| | | | nosetests.xml is created by the 'nose' test runner when you want xml output, for instance for integration with jenkins.
* Update Python.gitignore with some commonly used patterns for buildout-based ↵tzicatl2011-04-041-0/+3
| | | | projects
* Update Python.gitignore with some commonly used patterns for buildout-based ↵tzicatl2011-04-041-0/+5
| | | | projects
* Added buildout directories and the configuration data files.Sébastien Douche2010-11-101-0/+5
|
* Add exclusions for setup.py behaviorsGavin M. Roy2010-11-081-0/+1
|
* Add package, installer, unit test and coverage files.Vincent Driessen2010-11-091-0/+12
|
* Python ignoresAdam Vandenberg2010-11-091-0/+1