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

# Virtual environments
.venv

# Local config may hold credentials (anchored: examples/ stays tracked)
/praxiom.yaml
/praxiom.yml
/praxiom-policy.yaml
/praxiom-policy.yml

# Build artifacts
dist/

# Secrets
.env
.env.*
!.env.example

# Test artifacts
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.ruff_cache/
