genienlp/.gitignore

142 lines
1.6 KiB
Plaintext
Raw Normal View History

# Byte-compiled / optimized / DLL files
__pycache__/
2020-12-23 03:08:10 +00:00
models/__pycache__/
*.py[cod]
*$py.class
# added manually
2020-02-11 01:28:44 +00:00
.data
.embeddings
results/
2020-03-26 06:51:04 +00:00
local_files
2020-10-09 01:58:45 +00:00
local_scripts/*
dataset/*
generated/*
2020-12-23 03:08:10 +00:00
*events.out.tfevents*
*.pkl
*.calib
2021-01-05 07:07:06 +00:00
*.png
*.svg
.DS_Store
.idea/
.vscode/
models/.DS_Store
src/
2019-03-09 02:52:46 +00:00
workdir/
2020-02-19 23:04:50 +00:00
*save*/
eval_dir*/*
2021-03-29 23:41:11 +00:00
genieNLP-tests*
2020-04-27 23:30:08 +00:00
lightning_logs/
pytorch_model.bin
2020-12-23 03:08:10 +00:00
*.pth
tests/embeddings/*
2020-02-19 23:04:50 +00:00
tests/dataset-*
2020-03-25 09:32:58 +00:00
tests/dataset/*
2020-10-09 01:58:45 +00:00
tests/database/*
tests/music/*
2020-04-20 01:03:11 +00:00
tests/test_py.sh
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# 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/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
# 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
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
2021-03-30 20:43:21 +00:00
Pipfile
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
2020-01-29 02:04:25 +00:00
.mypy_cache/