# .gitignore - List of filenames git should ignore


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

*~
*.pyc
.DS_Store
.gdb_history

# Code coverage
.coverage

# Linting via pytest
/.cache/

# Setuptools folders.
/build/
/dist/

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

# Tox environment
/.tox/
