# Environment
.venv
mise.toml

# Python
__pycache__
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
.eggs/

# Testing
.coverage
htmlcov/
.pytest_cache/
coverage.xml