Update ignore items.

pull/493/head
KmolYuan 2019-05-29 15:30:17 +08:00
parent 50a16dfde6
commit 5be39f2ba1
1 changed files with 109 additions and 12 deletions

121
cython/.gitignore vendored
View File

@ -1,20 +1,117 @@
slvs.py # cython
python_solvespace/*.cpp python_solvespace/*.cpp
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
*.o* *.o*
*.cxx
*.def *.def
*.lib *.lib
*.so
*.pyd
*.a
*.cxx
*__pycache__* # Distribution / packaging
*obj* .Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
AppImageAssistant
*.eric6project* # PyInstaller
*.e4p # Usually these files are written by a python script from a template
*.e4q # before PyInstaller builds the exe, so as to inject date/other infos into it.
*.e6t *.manifest
*.ui *.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
*/.DS_Store