# Logs, data, and other cruft
*~
.~lock*#
\#*
.\#*
*.log
*.pyc
__pycache__
/.idea

# Tests and metrics
/junit.xml
/.coverage
/coverage.xml
/.pytest_cache
/.tox/

# Virtual environments
/venv/
/.venv/

# Documentation
/docs/build
