.gitignore 564 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # ---> macOS
  2. .DS_Store
  3. .AppleDouble
  4. .LSOverride
  5. # Icon must end with two \r
  6. Icon
  7. # Thumbnails
  8. ._*
  9. # Files that might appear in the root of a volume
  10. .DocumentRevisions-V100
  11. .fseventsd
  12. .Spotlight-V100
  13. .TemporaryItems
  14. .Trashes
  15. .VolumeIcon.icns
  16. # Directories potentially created on remote AFP share
  17. .AppleDB
  18. .AppleDesktop
  19. Network Trash Folder
  20. Temporary Items
  21. .apdisk
  22. # ---> VirtualEnv
  23. # Virtualenv
  24. # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
  25. .Python
  26. [Bb]in
  27. [Ii]nclude
  28. [Ll]ib
  29. [Ll]ocal
  30. [Ss]cripts
  31. pyvenv.cfg
  32. pip-selfcheck.json