.gitignore 216 B

1234567891011121314151617
  1. # See https://help.github.com/ignore-files/ for more about ignoring files.
  2. **/migrations/*
  3. !**/migrations/__init__.py
  4. *.py[cod]
  5. local_settings.*
  6. *.bat
  7. *.txt
  8. *.zip
  9. *.whl
  10. venv
  11. .idea
  12. python*
  13. uis/up*
  14. .history
  15. build.py