nail_agent/.gitignore

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

2018-11-06 06:04:54 +03:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# 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/
# Translations
*.mo
*.pot
# Django stuff:
2018-11-05 19:49:04 +03:00
*.log
2018-11-06 06:04:54 +03:00
local_settings.py
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# Flask stuff:
instance/
.webassets-cache
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# Scrapy stuff:
.scrapy
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# Sphinx documentation
docs/_build/
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# PyBuilder
target/
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# Jupyter Notebook
.ipynb_checkpoints
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# PyCharm stuff
.idea
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# pyenv
.python-version
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# celery beat schedule file
celerybeat-schedule
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# SageMath parsed files
*.sage.py
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# dotenv
.env
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# virtualenv
.venv
venv/
ENV/
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# Spyder project settings
.spyderproject
.spyproject
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# Rope project settings
.ropeproject
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# mkdocs documentation
/site
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# mypy
.mypy_cache/
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
*.pkl
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# Language files for BYU Agent
agents/byu_agent_2016/master_verbs.p
agents/byu_agent_2016/scholar/postag_distributions_for_scholar.txt
agents/byu_agent_2016/scholar/postag_distributions_for_scholar_30kn3kv.txt
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
textworld_data
*.bak
*.#*
2018-11-05 19:49:04 +03:00
*~
2018-11-06 06:04:54 +03:00
# Language Modeling files
language_models/reverse_novel_model_5_1
language_models/web_title
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# CMake build files
*.cmake
libraries/lm_reader/CMakeFiles
libraries/lm_reader/Makefile
libraries/lm_reader/CMakeCache.txt
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
# Valid Detection Text Files
analysis/valid_detection/*.txt
2018-11-05 19:49:04 +03:00
2018-11-06 06:04:54 +03:00
agents/nail/affordance_extractors/lm_affordance_data/action_priors.csv