model-converter-python/.gitignore

97 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-11-21 14:32:30 +01:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# 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:
2016-11-21 12:01:22 +01:00
*.log
2016-11-21 14:32:30 +01:00
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
2016-11-21 12:01:22 +01:00
2016-11-21 14:32:30 +01:00
# PyBuilder
target/
2016-11-21 12:01:22 +01:00
2016-11-21 14:32:30 +01:00
# Jupyter Notebook
.ipynb_checkpoints
2016-11-21 12:01:22 +01:00
2016-11-21 14:32:30 +01:00
# pyenv
.python-version
2016-11-21 12:01:22 +01:00
2016-11-21 14:32:30 +01:00
# celery beat schedule file
celerybeat-schedule
2016-11-21 12:01:22 +01:00
2016-11-21 14:32:30 +01:00
# dotenv
.env
2016-11-21 12:01:22 +01:00
2016-11-21 14:32:30 +01:00
# virtualenv
.venv/
venv/
ENV/
2016-11-21 12:01:22 +01:00
2016-11-21 14:32:30 +01:00
# Spyder project settings
.spyderproject
2016-11-21 12:01:22 +01:00
2016-11-21 14:32:30 +01:00
# Rope project settings
.ropeproject
2016-11-22 12:09:54 +01:00
# Models
2016-11-29 15:47:14 +01:00
assets/models
2018-02-23 11:31:58 +01:00
target/
**/*.rs.bk
Cargo.lock