.gitignore 140 B

12345678910
  1. # Python files
  2. __pycache__/
  3. *.py[cod]
  4. # Ignore macOS Finder meta
  5. .DS_Store
  6. .tm_properties
  7. # Ignore optional build / cache directory
  8. /build