.gitignore 166 B

12345678910
  1. # ---> Python
  2. # Byte-compiled / optimized / DLL files
  3. .idea/
  4. *.py[cod]
  5. __pycache__/
  6. apps/*/migrations/*
  7. !apps/*/migrations/__init__.py
  8. .python-version
  9. *.xlsx
  10. .history