diff --git a/.gitignore b/.gitignore index f24b476..7fa97cb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,15 +6,7 @@ __pycache__/ # C extensions *.so -# Distribution / packaging -.Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ + lib64/ parts/ sdist/ @@ -81,52 +73,22 @@ target/ 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 -celerybeat-schedule -celerybeat.pid - -# SageMath parsed files -*.sage.py - -# Environments -.env -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ +# Targets Windows & Unix temporary files +~$* +*~ -# Spyder project settings - .spyderproject - .spyproject - -# Rope project settings - .ropeproject - -# mkdocs documentation -/site - -# mypy -.mypy_cache/ -.dmypy.json -dmypy.json - -# Pyre type checker -.pyre/ +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Sublime Files +.sublime # JetBrains IDEs configuration .idea/