├── .gitignore ├── LICENSE ├── README.md └── ambassadors └── _apply_here.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/not-kennethreitz/team/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/not-kennethreitz/team/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/not-kennethreitz/team/HEAD/README.md -------------------------------------------------------------------------------- /ambassadors/_apply_here.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/not-kennethreitz/team/HEAD/ambassadors/_apply_here.md --------------------------------------------------------------------------------