├── .gitattributes ├── .gitignore ├── Form 990 Annual Masterfile.pdf ├── README.md └── datashow-notes.docx /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kleinmatic/datashow/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kleinmatic/datashow/HEAD/.gitignore -------------------------------------------------------------------------------- /Form 990 Annual Masterfile.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kleinmatic/datashow/HEAD/Form 990 Annual Masterfile.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kleinmatic/datashow/HEAD/README.md -------------------------------------------------------------------------------- /datashow-notes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kleinmatic/datashow/HEAD/datashow-notes.docx --------------------------------------------------------------------------------