# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

# Test & coverage
.coverage
.coverage.*
htmlcov/
coverage.xml
.pytest_cache/
sdks/moderation/.test_report/

# Lint
.ruff_cache/

# Build / packaging
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/
sdks/moderation/.venv/
