Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
yosida95 committed Mar 26, 2018
1 parent a246211 commit d66d73b
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Created by https://www.gitignore.io/api/python

### Python ###
Expand All @@ -12,7 +11,6 @@ __pycache__/

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
Expand Down Expand Up @@ -45,19 +43,16 @@ htmlcov/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*,cover
*.cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache
Expand All @@ -78,20 +73,32 @@ target/
.python-version

# celery beat schedule file
celerybeat-schedule
celerybeat-schedule.*

# dotenv
.env
# SageMath parsed files
*.sage.py

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

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/


# End of https://www.gitignore.io/api/python

0 comments on commit d66d73b

Please sign in to comment.