.gitignore 185 B

12345678910111213141516
  1. _build/
  2. env/
  3. extensions/__pycache__/
  4. __pycache__
  5. *.pyc
  6. *~
  7. .directory
  8. .vscode/
  9. *.mo
  10. # Finder (MacOS) makes these automatically.
  11. .DS_Store
  12. # And Windows keeps creating these.
  13. Thumbs.db