.gitignore 153 B

123456789101112
  1. # Desktop Services Store
  2. .DS_Store
  3. =======
  4. # Python
  5. __pycache__/
  6. */__pycache__
  7. migrations/
  8. !migrations/__init__.py
  9. !__init___.py
  10. *.py[cod]
  11. *$py.class
  12. *~