Max
421aa579f7
Remove / from .venv
2017-02-01 17:50:44 +01:00
Max
b236b95c4d
Add .venv as file
2017-01-24 13:41:24 +01:00
Rolando Espinoza
cb9eec421f
Ignore wheels directory.
...
As eggs/ directory, wheels directory may contain compiled wheels.
2016-11-26 20:46:06 -03:00
Matt Braymer-Hayes
d8a1d416bb
Rename 'IPython Notebook' comment to 'Jupyter Notebook'
2016-10-26 12:48:53 -07:00
Alexandre Bonnetain
1c652a2ffe
Add hidden virtualenv to Python template
2016-08-14 15:47:01 +02:00
2Cubed
455a69dd48
Add .webassets-cache to Flask
2016-04-24 17:02:02 -04:00
Greg Trahair
4757cbc541
Added .ropeproject directory
...
If anyone uses the ROPE refactoring library this is certainly necessary.
2016-04-01 10:45:44 +02:00
Alexey Roslyakov
62defadb3e
Python: don't track virtualenv files.
2016-03-10 17:52:54 +07:00
Abhishek Kumar Singh
83656adb09
Merge branch 'master' of github.com:github/gitignore into patch-1
...
Conflicts:
Python.gitignore
2016-03-07 11:51:09 +05:30
hippo91
49a480951e
No need to push .spyderproject file in a python project
2016-03-06 12:30:45 +01:00
Brendan Forster
bb217159e6
Merge pull request #1543 from barraponto/patch-2
...
Add scrapy stuff to .gitignore
2016-03-06 18:49:45 +11:00
roll
b37d30f194
added dotenv to python gitignore
2016-02-28 19:57:21 +03:00
Abhishek Kumar Singh
a623e9e6d4
Update Python.gitignore for celery-beat schedule binary file.
2016-02-25 12:27:21 +05:30
Harrison G
76cf90ecba
Add Flask instance folder
...
Contains private configuration. Equivalent to Django's local_settings.py.
2016-02-12 07:14:41 -05:00
Harrison G
1995ac64ab
Fix capitalization of IPython
2016-02-12 06:06:03 -05:00
Austin J. Alexander
bcbbc6eae2
fix style by adding space after #
2016-02-07 13:08:03 -05:00
Richard Kuesters
71bbd933ee
merging Python.gitignore for PR #1801
2016-01-27 20:46:49 -02:00
Brendan Forster
a52383453b
Merge pull request #1683 from edsondota/master
...
Add local_settings to Django's ignore
2016-01-27 13:34:36 +10:30
Arfon Smith
4215c0f78c
Merge pull request #1617 from manavm/ipynb-checkpoints
...
Ipython Notebook checkpoints
2016-01-15 16:53:38 -05:00
Richard K
76b87217c8
Update Python.gitignore
2015-12-13 13:40:01 -02:00
Edson Dota
b510c6633e
Add local_settings to Django's ignore
2015-10-02 09:27:59 -03:00
Manav Mandhani
bc77614162
Include ipython notebook checkpoints to gitignore
2015-07-28 15:23:02 -05:00
Capi Etheriel
433fcebbc3
Add scrapy stuff to .gitignore
2015-06-05 12:43:20 -03:00
Hugo
456199c5b7
Ignore temp Hypothesis test things
...
https://github.com/DRMacIver/hypothesis
https://hypothesis.readthedocs.org
2015-05-11 11:30:50 +03:00
Geoffrey Sneddon
a2a1ddb858
Add Jython compiled class files to the Python ignore file.
2015-04-28 19:41:00 +01:00
Lucretiel
ba6f0a94ab
Fixed coverage annotation
...
Added missing wildcard to the `*,cover` coverage annotation.
2015-03-16 10:37:24 -04:00
Lucretiel
9f80691efd
Added coverage annotation files
...
Coverage creates annotation files by appending ",cover" (with a comma, not a period) to the filename.
2015-03-06 01:06:58 -05:00
Rolf Erik Lekang
478fa5869e
Add .coverage. to Python.gitignore
...
When using `coverage -p` to get coverage for test runs in several environments coverage creates files on the form .coverage.hostname.timestamp.
2015-02-12 11:17:44 +01:00
Stephan Kuschel
8f8e4e79bd
add .eggs/ directory to Python.gitignore
2015-02-02 22:46:23 +01:00
Carl Suster
4b9ac51148
Merge pull request #955 from arjun024/master
...
add downloads/ in Distribution / packaging
2014-09-01 22:27:51 +10:00
Mateusz Jagiełło
e36d2c0845
Remove trailing space
2014-08-15 13:16:24 +02:00
Carl Suster
5942fa3d6e
Merge pull request #1111 from aelgru/master
...
Ignoring PyBuilder's target directory
2014-06-24 12:17:49 +10:00
Carl Suster
4016064d28
Merge pull request #959 from Metallicow/PyInstaller-.gitignore
...
PyInstaller .manifest
2014-06-24 11:41:33 +10:00
Michael Gruber
e40d062180
Ignoring PyBuilder's target directory
2014-06-15 08:49:06 +02:00
Carl Suster
479b7f8536
Merge pull request #958 from arcresu/python-bin
...
[Python] Remove rules for bin/, Mr Developer, and Rope
2014-05-06 17:31:14 +10:00
hugovk
0df8ab0dcf
Ignore coverage results
...
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
2014-03-06 10:07:26 +02:00
Metallicow
ff81e9faeb
remove .exe.manifest ; Redundant
2014-02-23 02:48:20 -06:00
Metallicow
8b4090becb
.spec files also
2014-02-22 03:48:38 -06:00
Metallicow
2a36f4434f
PyInstaller .manifest
...
# 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>
```
2014-02-22 00:22:15 -06:00
Carl Suster
2aadf75fd6
Group gettext files in the Python template
2014-02-21 10:52:28 +11:00
Carl Suster
26c17fe2db
Remove Mr Developer and Rope rules from Python template
2014-02-21 10:34:46 +11:00
Carl Suster
52ff767b7a
Stop ignoring bin/ in Python template
2014-02-21 10:34:02 +11:00
Arjun Sreedharan
b2a12b717c
add downloads/ in Distribution / packaging
2014-02-19 20:16:17 +05:30
Evandro Leopoldino Gonçalves
808d28fab1
Update Python.gitignore
2014-01-07 15:56:17 -02:00
Evandro Leopoldino Gonçalves
33dd88ab84
Update Python.gitignore
2013-12-14 12:07:26 -02:00
Kevin Deldycke
972234a220
Ignore rope files.
...
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.
2013-11-13 14:32:07 +01:00
Jordi Llonch
088535f046
Added Sphinx documentation
2013-11-13 04:13:14 +11:00
Sam Clements
b75c902dbb
Add .cache to the Python .gitignore
...
`.cache` is generated when unittests are run with py.test
2013-11-12 16:19:30 +00:00
Carl Suster
699a3ac68a
Fix a copy/paste mistake
2013-11-12 16:57:54 +11:00
Carl Suster
09793dd34e
Merge pull request #473 from Visgean/master
...
Merge the django template into the python one since there is a significant overlap
2013-11-11 16:45:53 -08:00
Visgean Skeloru
33b416dc00
Update Python.gitignore
2013-11-12 01:41:53 +01:00
Justin Spahr-Summers
b5ff707987
Merge pull request #421 from matheussl/master
...
Add "pip-delete-this-directory.txt"
2013-11-10 23:12:47 -08:00
Adam Roben
523c52fe52
Merge pull request #814 from xiaogaozi/patch-1
...
Python.gitignore add coverage.xml
2013-11-07 19:50:15 -08:00
Chris Jerdonek
c038e773de
Make Python .gitignore directory entries match only directories.
...
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).
2013-11-07 20:13:43 -06:00
Changjian Gao
a3878fe7b9
Python.gitignore add coverage.xml
2013-10-22 18:17:22 +08:00
Ray Shan
9428df834f
Comment for .py[cod] files
...
Commenting the only ignore that isn't commented.
2013-04-13 23:46:22 -05:00
Daniel Hengeveld
cec9f74523
Merge pull request #329 from svkampen/patch-1
...
Added __pycache__
2013-01-20 21:15:08 -08:00
Sam van Kampen
6c95cdd9b9
Removed comment.
2013-01-13 17:41:18 +01:00
Matheus
4ff163b0cf
add ignore "pip-delete-this-directory.txt"
2012-08-23 15:40:36 -03:00
Honza Javorek
2f7bc6bab3
added missing whitespaces in comments
2012-08-18 19:55:23 +03:00
Eduard Carreras
2661a82010
Adding pydev files
2012-08-08 19:57:13 +03:00
Sam van Kampen
d8fd679001
Added __pycache__
2012-04-28 15:55:20 +03:00
Matheus dos Santos Lima
39dbe57df7
add '.pyd' and '.so' (C extensions) in Python.gitignore
2012-04-12 16:21:38 -03:00
Matheus dos Santos Lima
933578cbb1
add 'lib' and 'lib64' to Python gitignore.
2012-04-12 16:11:18 -03:00
Reinout van Rees
3e00d905c3
Added nosetests.xml to the python unittest ignores.
...
nosetests.xml is created by the 'nose' test runner when you want xml output, for instance for integration with jenkins.
2011-09-09 12:32:11 +02:00
tzicatl
e1f0a713c4
Update Python.gitignore with some commonly used patterns for buildout-based projects
2011-04-04 22:14:13 -05:00
tzicatl
2a42f5376a
Update Python.gitignore with some commonly used patterns for buildout-based projects
2011-04-04 22:14:03 -05:00
Sébastien Douche
c991bc587d
Added buildout directories and the configuration data files.
2010-11-10 23:37:40 +01:00
Gavin M. Roy
80e0020b8c
Add exclusions for setup.py behaviors
2010-11-08 14:46:39 -08:00
Vincent Driessen
b8d698b462
Add package, installer, unit test and coverage files.
2010-11-09 06:38:28 +08:00
Adam Vandenberg
3ec3b811ed
Python ignores
2010-11-09 04:49:59 +08:00