.gitignore 240 B

1234567891011121314151617181920212223
  1. # Vendored dependencies (generated by vendor_chattolib.sh)
  2. chattolib_vendor/
  3. # IDE
  4. .idea/
  5. .vscode/
  6. *.swp
  7. *.swo
  8. # Python
  9. __pycache__/
  10. *.py[cod]
  11. *$py.class
  12. .venv/
  13. myvenv/
  14. *.egg-info/
  15. .pytest_cache/
  16. .hermes-agent/
  17. # OS
  18. .DS_Store
  19. Thumbs.db