EconML/.gitignore

118 строки
1.3 KiB
Plaintext
Исходник Обычный вид История

2019-03-06 23:44:17 +03:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# Tex
*.aux
*.bbl
*.blg
2018-05-01 00:02:53 +03:00
*.log
2019-03-06 23:44:17 +03:00
*.out
*.synctex.gz
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.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/
test-results.xml
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# Flask stuff:
instance/
.webassets-cache
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# Scrapy stuff:
.scrapy
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# Sphinx documentation
docs/_build/
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# PyBuilder
target/
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# Jupyter Notebook
.ipynb_checkpoints
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# pyenv
.python-version
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# celery beat schedule file
celerybeat-schedule
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# SageMath parsed files
*.sage.py
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# dotenv
.env
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# virtualenv
.venv
venv/
ENV/
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# Spyder project settings
.spyderproject
.spyproject
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# Rope project settings
.ropeproject
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# mkdocs documentation
/site
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# mypy
.mypy_cache/
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# images
double_ml/proto/*.png
double_ml/proto/*.jpg
2018-05-01 00:02:53 +03:00
2019-03-06 23:44:17 +03:00
# sphinx autosummaries
doc/_autosummary/