Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add .nox directory for the nox testing tool | Seth M. Larson | 2018-09-09 | 1 | -0/+1 |
| | | | See: https://github.com/theacodes/nox | ||||
* | Merge pull request #2788 from amigcamel/ignore_ipython_profile | Brendan Forster | 2018-08-26 | 1 | -0/+4 |
|\ | | | | | ignore ipython profile | ||||
| * | fix typo: should be profile_default instead of default_profile | amigcamel | 2018-08-27 | 1 | -1/+1 |
| | | |||||
| * | ignore ipython profile | amigcamel | 2018-08-22 | 1 | -0/+4 |
| | | |||||
* | | Remove newline at end of Python.gitignore. | Gabriel Curio | 2018-08-18 | 1 | -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 Curio | 2018-08-18 | 1 | -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 Curio | 2018-08-18 | 1 | -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/master | Brendan Forster | 2018-03-11 | 1 | -0/+1 |
|\ | | | | | Ignored default sqlite database of Django | ||||
| * | Ignored default sqlite database of Django | jtogrul | 2018-02-25 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #2577 from cyliang/master | Brendan Forster | 2018-03-11 | 1 | -2/+0 |
|\ \ | |/ |/| | Remove unreasonable ignores for Python/Django | ||||
| * | Remove two ignores for Python/Django | Chih-Yung Liang | 2018-01-12 | 1 | -2/+0 |
| | | | | | | | | | | Both are neither python-specific nor django-specific: - .static_storage - .media | ||||
* | | Add ignore '.pytest_cache' directory in Unit test section | raimon | 2018-02-04 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #2464 from Cadmus/master | Brendan Forster | 2017-09-21 | 1 | -0/+2 |
|\ | | | | | updated static and media files in django section | ||||
| * | updated static and media files in django section | Renjith S Raj | 2017-08-29 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #2416 from jwg4/patch-2 | Brendan Forster | 2017-09-09 | 1 | -0/+2 |
|\ \ | | | | | | | Add names of backup folders created by terrarium | ||||
| * | | Add env.bak, re-arrange | jwg4 | 2017-06-21 | 1 | -1/+2 |
| | | | |||||
| * | | Add venv.bak - created by terrarium | jwg4 | 2017-06-21 | 1 | -0/+1 |
| |/ | | | | | Terrarium backs up old virtual environments by moving them to this dir. | ||||
* / | add MANIFEST to Python.gitignore | Shiwei Sun | 2017-05-26 | 1 | -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 section | jwg4 | 2017-05-22 | 1 | -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 typo | Younggun Kim | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | Ignore mypy's cache directory | Brett Cannon | 2017-05-06 | 1 | -0/+3 |
| | |||||
* | Merge pull request #2330 from random82/patch-1 | Brendan Forster | 2017-04-15 | 1 | -0/+1 |
|\ | | | | | Added .spyproject to ignored paths | ||||
| * | Added .spyproject to ignored paths | Dominik Raniszewski | 2017-03-21 | 1 | -0/+1 |
| | | | | | | Looks like Spyder 3.1 uses .spyproject folder to store workspace config | ||||
* | | Exclude the root site folder only | Ghislain Antony Vaillant | 2017-04-01 | 1 | -1/+1 |
| | | |||||
* | | 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 |
|/ / |