# general things to ignore
build/
dist/
*.egg-info/
*.egg
*.py[cod]
__pycache__/
*.so
*~
*.swp

# ignore Tox files
.tox

# ignore Coverage.py files
.coverage
htmlcov/

# ignore pytest files
.cache/

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