t2m / .gitignore
thanhkt's picture
implement core api
50a7bf0
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
.env
.*env
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
debug.log
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# VS Code
.vscode/
# mypy
.mypy_cache/
.dmypy.json
# Pyre type checker
.pyre/
# Output and models
output/
models/
# Environment files
.env
.env.*
*.env
# OS files
.DS_Store
Thumbs.db
# Log files
*.log
# Docker
*.pid
*.sock
# Ignore thumbnails
thumbnails/
# Ignore docker build cache
__docker_build_cache__/
# Ignore Miniconda
/opt/conda/