.gitignore 68 B

1234567
  1. Build/
  2. .DS_Store
  3. *_extdep/
  4. *.pyc
  5. __pycache__/
  6. tags/
  7. .vscode/