# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Test / coverage artifacts
.pytest_cache/
.ruff_cache/
.ty_cache/
.coverage
coverage.xml
htmlcov/
test-results.xml
test-report.html

# Node / changesets tooling
node_modules/

# OS / editor
.DS_Store

# direnv (local env pinning; may resolve secrets)
.envrc
.direnv/
