# Input Directory

This directory contains input data files for analysis. All files are gitignored to prevent committing sensitive data.

## Generated Files

- `job_<ID>.json` - Auth0 user export (from `make export_auth0_users`)
- `orgs_<timestamp>.json` - Auth0 organizations list (from `make export_auth0_orgs`)
- `org_members_<timestamp>.json` - Organization members with roles (from `make export_auth0_org_members`)
- `neo4j_identities_<timestamp>.json` - Neo4j identity data with profiles and tenant access (from `make export_neo4j_identities`)

## Typical Workflow

1. Export Auth0 users: `make export_auth0_users`
2. Export Auth0 organizations: `make export_auth0_orgs`
3. Export organization members: `make export_auth0_org_members`
4. Export Neo4j identities: `make export_neo4j_identities`
5. Combine all data: `make combine_users` (outputs to data/output/)
