.gitignore 157 B

12345678910111213141516
  1. *.pyc
  2. *Thumbs.db
  3. *~
  4. *.sqlite3
  5. *.txz
  6. *.tgz
  7. media/
  8. build/
  9. _build/
  10. dist/
  11. __pycache__
  12. codered_cms.egg-info/
  13. coderedcms.egg-info/
  14. .vscode/
  15. testapp*/
  16. testproject*/