A flat-file CMS written in Python and Flask
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 97B

12345678
  1. *.egg-info
  2. .pytest_cache
  3. yird/static/*.css
  4. yird/static/*.js
  5. manifest.json
  6. .coverage
  7. build/
  8. dist/