# Compiled python files
*.pyc

# Cache python
__pycache__/

# Python egg metadata, regenerated from source files by setuptools
/*.egg-info
/.eggs/

# Setuptools build and distribution directories
/dist/
/build/

# Virtualenv
/venv/

# Tox 
.tox

# Pytest 
.pytest_cache/
pytest-report.xml

# Python coverage output
.coverage
.coverage.*
coverage.xml
/htmlcov/

# pylint report
pylint-report.txt
pytest-report.xml

# Demcompare debug file logging
debug.log


pytest-report.xml

# Demcompare debug file logging
debug.log

# Documentation build and API
docs/build/
docs/source/api_reference/
docs/source/api_reference/
docs/source/apidoc/