.gitignore 68 B

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