Ignore temporary editor files.
.*.sw[po]
*~
.DS_Store

# Ignore project files
*.pyproj
*.sublime-project
*.sublime-workspace
sftp-config.json
.idea
.vscode

# Ignore binaries.
*.py[cod]
*.so
*.dll

# Ignore built documentation
_build

# Tox files
.tox/

# ignore Coverage.py files
.coverage
htmlcov/

# Ignore files created by setup.py.
build/
dist/
MANIFEST
*.egg-info
*.egg
distribute*.tar.gz

# Ignore SDK log file
/resdk/logfile.txt

# Ignore testing cache
.pytest_cache

# Ignore virtualenv folder
venv/