From 221ce362fc02d8580aa40743cab6bab32fbfc10b Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Wed, 24 Jan 2018 02:30:07 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitignore b/.gitignore index 1300ec27..925f8dcd 100644 --- a/.gitignore +++ b/.gitignore @@ -39,10 +39,6 @@ htmlcov/ nosetests.xml coverage.xml *,cover -.hypothesis/ - -# Scrapy stuff: -.scrapy # Sphinx documentation docs/_build/ @@ -50,22 +46,11 @@ docs/_build/ # pyenv .python-version -# SageMath parsed files -*.sage.py - -# dotenv -.env - # virtualenv .venv venv/ ENV/ -# Spyder project settings -.spyderproject - -# Rope project settings -.ropeproject ### JetBrains template # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839