# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Build outputs
build/
dist/
*.whl
*.tar.gz

# Library resolution is defined by pyproject.toml; uv.lock is local-only.
uv.lock

# Virtual environments
.venv/
venv/
env/

# Local config and OS files
.env
.env.local
.DS_Store
