# Python venv and caches
.venv/
__pycache__/
.pytest_cache/
.mypy_cache/

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

# Coverage
.coverage
htmlcov/

# OS/editor noise
.DS_Store
