# Build
/build/

# Python folder
**/__pycache__

# Python byte code
*.pyc

# python setuptools
*.egg-info/
dist/

# tests results
tests/multitax/*/tmp_*

# Versioning from setuptools_scm
/VERSION.txt