__pycache__/
*.egg-info

*.pid
*.log
current
RELEASE-VERSION
etc/entangle.conf
example/my*

# pytest, coverage
.cache/
.pytest_cache/
.coverage.*
.coverage
htmlcov/

# test related artifacts
test/log
test/resdir/entangle.conf

# python and doc build
build/
dist/
doc/_build/
defs/rst/_build/

# general editor related stuff
*~
\#*
.#*
.idea/
TAGS
