.gitignore 449 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. _build/
  2. env/
  3. __pycache__
  4. *.pyc
  5. *~
  6. .directory
  7. .vs/
  8. .vscode/
  9. *.mo
  10. # Vim temp files
  11. *.swo
  12. *.swp
  13. # Geany/geany-plugins files
  14. *.geany
  15. .geanyprj
  16. # Finder (macOS) makes these automatically.
  17. .DS_Store
  18. __MACOSX
  19. # Windows image file caches
  20. [Tt]humbs.db
  21. [Tt]humbs.db:encryptable
  22. ehthumbs.db
  23. ehthumbs_vista.db
  24. # Windows shortcuts
  25. *.lnk
  26. # Windows folder config file
  27. [Dd]esktop.ini
  28. # Windows Recycle Bin used on file shares
  29. $RECYCLE.BIN/
  30. logo.h
  31. *.autosave