# General
.DS_Store
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Virtualenv
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.python-version
pip-log.txt
pip-delete-this-directory.txt
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# macOS specific
.DS_Store

# IDE specific
.idea/
.vscode/
*.swp
*.swo
*~


## just in case
**/node_modules
**/dist
**/build
**/coverage
**/.cache
**/.env
**/.env.local
**/.env.development.local
**/.env.test.local
**/.env.production.local
**/instance
**/.venv
**/env
**/venv
**/.flaskenv
**/*.pyc
**/*.pyo
**/*.pyd
**/.Python
**/env/
**/venv/
**/.python-version
**/pip-log.txt
**/pip-delete-this-directory.txt
**/htmlcov/
**/.tox/
**/.coverage
**/.coverage.*
**/.cache
**/nosetests.xml
**/coverage.xml
**/*.cover
**/.hypothesis/
**/.pytest_cache/
**/.ipynb_checkpoints
**/.DS_Store
**/.idea/
**/.vscode/
**/*.swp
**/*.swo
**/__pycache__/

# customized
**/*.pt 
**/*.npz
*.pt 
*.npz
**/pretrain
