.gitignore 126 B

123456789
  1. # ---> Python
  2. # Byte-compiled / optimized / DLL files
  3. __pycache__/
  4. *.py[cod]
  5. *$py.class
  6. # Compiled translation catalogs
  7. *.mo