debian-suds-jurko/.hgignore

15 lines
192 B
Plaintext

syntax: regexp
# Root folders - 'setup.py install' artifacts.
^build/
^dist/
^[^/]+.egg-info/
# Precompiled Python modules.
/__pycache__$
\.pyc$
\.pyo$
# Backup files.
\.bak$