.gitignore 106 B

12345678
  1. # Python
  2. __pycache__/
  3. */__pycache__
  4. migrations/
  5. !migrations/__init__.py
  6. !__init___.py
  7. *.py[cod]
  8. *$py.class