# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Auto-generated version file
mirror_man/_version.py

# Testing
.coverage
.pytest_cache/
htmlcov/
