.gitignore 191 B

1234567891011121314151617181920
  1. */__pycache__
  2. __pycache__
  3. *.so
  4. hosts.json
  5. hosts*.json
  6. nodes.json
  7. # hide direnv stuff
  8. .direnv/
  9. build/
  10. dist/
  11. *.xcuserstate
  12. .DS_Store
  13. */.DS_Store
  14. # for the gitingest enthusiasts
  15. digest.txt