#Ignore virtualenv venv/ #Ignore editor specific files .vimrc .vscode/ *.bak #ignore Python specific files *.pyc __pycache__/ instance/ .pytest_cache/ .coverage htmlcov/ dist/ build/