From c9635dc0e769d91665603369cae373dd78ef288b Mon Sep 17 00:00:00 2001 From: PyMaster <59120866+pystorage@users.noreply.github.com> Date: Wed, 10 Jun 2020 06:24:18 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 38 ++++++++++---------------------------- 1 file changed, 10 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index b6e4761..097a0de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# PyCharm stuff +.idea/ + +# VS Code +.vscode/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -20,8 +26,6 @@ parts/ sdist/ var/ wheels/ -pip-wheel-metadata/ -share/python-wheels/ *.egg-info/ .installed.cfg *.egg @@ -40,16 +44,13 @@ pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ -.nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover -*.py,cover .hypothesis/ -.pytest_cache/ # Translations *.mo @@ -57,9 +58,9 @@ coverage.xml # Django stuff: *.log +.static_storage/ +.media/ local_settings.py -db.sqlite3 -db.sqlite3-journal # Flask stuff: instance/ @@ -70,6 +71,7 @@ instance/ # Sphinx documentation docs/_build/ +docs/source/_build # PyBuilder target/ @@ -77,26 +79,11 @@ target/ # Jupyter Notebook .ipynb_checkpoints -# IPython -profile_default/ -ipython_config.py - # pyenv .python-version -# pipenv -# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. -# However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don't work, or not -# install all needed dependencies. -#Pipfile.lock - -# PEP 582; used by e.g. github.com/David-OConnor/pyflow -__pypackages__/ - -# Celery stuff +# celery beat schedule file celerybeat-schedule -celerybeat.pid # SageMath parsed files *.sage.py @@ -122,8 +109,3 @@ venv.bak/ # mypy .mypy_cache/ -.dmypy.json -dmypy.json - -# Pyre type checker -.pyre/