From f70128211b59a0d9fbe3554a38fcde7dd06f1937 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Mon, 8 Aug 2022 23:42:59 -0600 Subject: [PATCH] gitignore from stvid --- .gitignore | 114 +++++++---------------------------------------------- 1 file changed, 14 insertions(+), 100 deletions(-) diff --git a/.gitignore b/.gitignore index 894a44c..6751645 100644 --- a/.gitignore +++ b/.gitignore @@ -1,104 +1,18 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class +# Python compiled objects +*.pyc -# C extensions -*.so +# IDE files +*~ +settings.json -# Distribution / packaging -.Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST +# Configuration files +*.ini -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec +# vi +*.swp -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*.cover -.hypothesis/ -.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/ - -# 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 - -# mkdocs documentation -/site - -# mypy -.mypy_cache/ +# Data +data/fits +data/obs +data/results +data/tle