# Build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.py[cod]

# Test / coverage artifacts
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.ruff_cache/

# Environments
.venv/
venv/

# OS / editor
.DS_Store
.idea/
.vscode/
