.gitignore 111 B

1234567
  1. # ---> Python
  2. # Byte-compiled / optimized / DLL files
  3. .idea/
  4. *.py[cod]
  5. __pycache__/
  6. migrations/
  7. .python-version