.gitignore 133 B

12345678910111213141516
  1. .DS_Store
  2. .idea
  3. *.log
  4. tmp/
  5. *.py[cod]
  6. *.egg
  7. build
  8. htmlcov
  9. .doit.*
  10. # These are created by preprocess step
  11. data/*
  12. !data/*_defs.dlog