view .hgignore @ 321:7a0f3c256cf4

FIX: Python2 compatibility: keyword arguments after *args not allowed: use **kwds and manual retrieval with .pop() instead
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 06 May 2021 11:06:50 +0200
parents ab3d0326419c
children 0d8c59610d89
line wrap: on
line source

syntax: glob

*.pyc
*.pyo
*.egg-info
build/
dist/
docs/_build/
_venv*/