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

# Bytecode
__pycache__/
*.py[cod]
*$py.class

# uv / virtualenvs
.venv/
.env

# Test / lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editor / OS
.DS_Store
.idea/
.vscode/
