# Python
__pycache__/

# Tags
/TAGS

# Build artifacts
/build/
/dist/
/pydoc/
/*.egg-info/

# Test artifacts
/.pytest/
/.pytest_cache/
/coverage.xml
/.coverage
