# Byte-compiled files
__pycache__/
*.py[cod]

# Build artifacts
dist/
sdist/

# Exports
requirements.txt
requirements-dev.txt
setup.py

# Unit tests
.pytest_cache/
.coverage
testvars.py
*_testvars.py


# Robot Framework
tests/robot/results
tests/results
tests/robot/output
tests/robot/temp
tests/robot/*.html
tests/robot/*.xml


*.log

# invoke config
invoke.yaml
