# .gitignore - List of filenames git should ignore

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

*~
*.pyc
.DS_Store
.gdb_history

# Code coverage
.coverage

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

# Setuptools folders.
/build/
/dist/

# Python egg metadata, regenerated from source files by setuptools.
*.egg-info
.eggs/
