.gitignore 159 B

12345678910111213141516171819
  1. # Directories and files that cannot be commited to git
  2. # Logs
  3. *.log
  4. # Editors
  5. .idea
  6. .vscode
  7. # Temp / Cache
  8. cache
  9. .cache
  10. temp
  11. .temp
  12. __pycache__
  13. .var/app/