.gitignore 175 B

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