# Python
__pycache__/
*.py[cod]

# Virtual environment
.venv/
venv/
env/
macutility-pypi-test/

# macOS
.DS_Store

# IDE
.vscode/
.idea/

# Build
build/
dist/
*.spec
*.egg-info/

# Test / tooling cache
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Logs
*.log
