**/.DS_Store

# Secrets
.env
.local-secrets/

# Python
__pycache__/
*.pyc
.ipynb_checkpoints/

# Virtual environments
.venv/

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

# Pipeline outputs (generated)
output/

# Generated working config (packaged default lives in resources/)
/config.toml

converted/

# Generated frontend assets (built by `pnpm build`, packaged into the wheel in CI)
/src/scm_ai_extract/resources/webui/
