From 5be39f2ba15c9382afcc78aed3a13aef6664b083 Mon Sep 17 00:00:00 2001 From: KmolYuan Date: Wed, 29 May 2019 15:30:17 +0800 Subject: [PATCH] Update ignore items. --- cython/.gitignore | 121 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 109 insertions(+), 12 deletions(-) diff --git a/cython/.gitignore b/cython/.gitignore index 61c8abbd..612cc2db 100644 --- a/cython/.gitignore +++ b/cython/.gitignore @@ -1,20 +1,117 @@ -slvs.py +# cython python_solvespace/*.cpp + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so *.o* +*.cxx *.def *.lib -*.so -*.pyd -*.a -*.cxx -*__pycache__* -*obj* +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +AppImageAssistant -*.eric6project* -*.e4p -*.e4q -*.e6t -*.ui +# 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 +# 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/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py + +# 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 + +# dotenv +.env + +# virtualenv +.venv +venv/ +ENV/ +out/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ + +#PyCharm cache +.idea/ + +# Others .DS_Store +*/.DS_Store