# .gitignore - List of filenames git should ignore


###############################
# Generated by other programs #
###############################

*.pyc
.DS_Store
.vscode/
*.swp
.idea/
.coverage

# Linting via pytest
.cache/
.mypy_cache
.pytest_cache/

# Tox
.tox/

# Build
autobisect.egg-info/
