aboutsummaryrefslogtreecommitdiffstats
path: root/Python.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add .nox directory for the nox testing toolSeth M. Larson2018-09-091-0/+1
| | | See: https://github.com/theacodes/nox
* Merge pull request #2788 from amigcamel/ignore_ipython_profileBrendan Forster2018-08-261-0/+4
|\ | | | | ignore ipython profile
| * fix typo: should be profile_default instead of default_profileamigcamel2018-08-271-1/+1
| |
| * ignore ipython profileamigcamel2018-08-221-0/+4
| |
* | Remove newline at end of Python.gitignore.Gabriel Curio2018-08-181-1/+0
| | | | | | | | | | My preference is for files to have a terminal newline, however that doesn't seem to be how this repo is doing things.
* | add dmypy.json - without initial '.', to Python.gitignore.Gabriel Curio2018-08-181-0/+2
| | | | | | | | | | | | Older versions of dmypy used 'dmypy.json' without the initial '.'. This should be added to Python.gitignore for those using older versions of MyPy.
* | add .dmypy.json to Python.gitignore.Gabriel Curio2018-08-181-0/+1
|/ | | | | MyPy includes a daemon server that creates a file named .dmypy.json to manage socket connection data.
* Merge pull request #2612 from jtogrul/masterBrendan Forster2018-03-111-0/+1
|\ | | | | Ignored default sqlite database of Django
| * Ignored default sqlite database of Djangojtogrul2018-02-251-0/+1
| |
* | Merge pull request #2577 from cyliang/masterBrendan Forster2018-03-111-2/+0
|\ \ | |/ |/| Remove unreasonable ignores for Python/Django
| * Remove two ignores for Python/DjangoChih-Yung Liang2018-01-121-2/+0
| | | | | | | | | | Both are neither python-specific nor django-specific: - .static_storage - .media
* | Add ignore '.pytest_cache' directory in Unit test sectionraimon2018-02-041-0/+1
|/
* Merge pull request #2464 from Cadmus/masterBrendan Forster2017-09-211-0/+2
|\ | | | | updated static and media files in django section
| * updated static and media files in django sectionRenjith S Raj2017-08-291-0/+2
| |
* | Merge pull request #2416 from jwg4/patch-2Brendan Forster2017-09-091-0/+2
|\ \ | | | | | | Add names of backup folders created by terrarium
| * | Add env.bak, re-arrangejwg42017-06-211-1/+2
| | |
| * | Add venv.bak - created by terrariumjwg42017-06-211-0/+1
| |/ | | | | Terrarium backs up old virtual environments by moving them to this dir.
* / add MANIFEST to Python.gitignoreShiwei Sun2017-05-261-0/+1
|/ | | | | | | 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'
* Consolidate all environments in one sectionjwg42017-05-221-4/+2
| | | 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.
* Fixed typoYounggun Kim2017-05-121-1/+1
|
* Ignore mypy's cache directoryBrett Cannon2017-05-061-0/+3
|
* Merge pull request #2330 from random82/patch-1Brendan Forster2017-04-151-0/+1
|\ | | | | Added .spyproject to ignored paths
| * Added .spyproject to ignored pathsDominik Raniszewski2017-03-211-0/+1
| | | | | | Looks like Spyder 3.1 uses .spyproject folder to store workspace config
* | Exclude the root site folder onlyGhislain Antony Vaillant2017-04-011-1/+1
| |
* | Ignore mkdocs site directoryGhislain Antony Vaillant2017-03-311-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.gitignorePedro M. Sosa2017-02-191-1/+1
|
* [Python Gitignore] Ignore Sage's parsed filesPedro M. Sosa2017-02-191-0/+3
| | | Ignore Sage's parsed files (*.sage.py) that are left after running a .Sage program.
* Remove / from .venvMax2017-02-011-2/+1
|
* Add .venv as fileMax2017-01-241-0/+1
|
* Ignore wheels directory.Rolando Espinoza2016-11-261-0/+1
| | | | As eggs/ directory, wheels directory may contain compiled wheels.
* Rename 'IPython Notebook' comment to 'Jupyter Notebook'Matt Braymer-Hayes2016-10-261-1/+1
|
* Add hidden virtualenv to Python templateAlexandre Bonnetain2016-08-141-0/+1
|
* Add .webassets-cache to Flask2Cubed2016-04-241-1/+2
|
* Added .ropeproject directoryGreg Trahair2016-04-011-0/+3
| | | If anyone uses the ROPE refactoring library this is certainly necessary.
* Python: don't track virtualenv files.Alexey Roslyakov2016-03-101-0/+4
|
* Merge branch 'master' of github.com:github/gitignore into patch-1Abhishek Kumar Singh2016-03-071-0/+9
|\ | | | | | | | | Conflicts: Python.gitignore
| * No need to push .spyderproject file in a python projecthippo912016-03-061-0/+3
| |
| * Merge pull request #1543 from barraponto/patch-2Brendan Forster2016-03-061-0/+3
| |\ | | | | | | Add scrapy stuff to .gitignore
| | * Add scrapy stuff to .gitignoreCapi Etheriel2015-06-051-0/+3
| | |
| * | added dotenv to python gitignoreroll2016-02-281-0/+2
| | |
* | | Update Python.gitignore for celery-beat schedule binary file.Abhishek Kumar Singh2016-02-251-0/+2
|/ /
* | Add Flask instance folderHarrison G2016-02-121-0/+3
| | | | | | Contains private configuration. Equivalent to Django's local_settings.py.
* | Fix capitalization of IPythonHarrison G2016-02-121-1/+1
| |
* | fix style by adding space after #Austin J. Alexander2016-02-071-1/+1
| |
* | merging Python.gitignore for PR #1801Richard Kuesters2016-01-271-0/+5
|\ \
| * \ Merge pull request #1683 from edsondota/masterBrendan Forster2016-01-271-0/+1
| |\ \ | | | | | | | | Add local_settings to Django's ignore
| | * | Add local_settings to Django's ignoreEdson Dota2015-10-021-0/+1
| | |/
| * | Merge pull request #1617 from manavm/ipynb-checkpointsArfon Smith2016-01-151-0/+3
| |\ \ | | | | | | | | Ipython Notebook checkpoints
| | * | Include ipython notebook checkpoints to gitignoreManav Mandhani2015-07-281-0/+3
| | |/
* | / Update Python.gitignoreRichard K2015-12-131-0/+3
|/ /