# Temporary and binary files
__pycache__/

# Package files
.eggs/
*.egg-info

# Unittest and coverage
.coverage
.tox/
test_report.xml
.pytest_cache/

# Build and docs folder/files
/build/
/dist/
/sdist/
/docs/api/
