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

# Test / coverage artifacts
.pytest_cache/
.mypy_cache/
.ruff_cache/
coverage.xml
.coverage
htmlcov/

# Virtual environments (local development)
.venv/
.test-venv/
venv/

# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# OS
.DS_Store
Thumbs.db
