Skip to content

Commit

Permalink
Merge pull request #545 from opencobra/ignore-pyenv
Browse files Browse the repository at this point in the history
Ignore pyenv dotfile
  • Loading branch information
Midnighter committed Dec 20, 2018
2 parents 9a8cd50 + bbbf523 commit 15e650c
Showing 1 changed file with 46 additions and 10 deletions.
56 changes: 46 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Created by .ignore support plugin (hsz.mobi)
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand All @@ -8,7 +10,6 @@ __pycache__/

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
Expand All @@ -20,9 +21,11 @@ lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
Expand All @@ -40,31 +43,64 @@ htmlcov/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*,cover
*.cover
.hypothesis/
tests/coverage/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

#Ipython Notebook
.ipynb_checkpoints/
# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

.idea
.vscode/
# mkdocs documentation
/site

memote/suite/reporting/templates/node_modules/
memote/suite/reporting/templates/.nvmrc
# mypy
.mypy_cache/

0 comments on commit 15e650c

Please sign in to comment.