.venv/
*.pyc
__pycache__/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.python-version

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