.gitignore 200 B

123456789101112
  1. node_modules/
  2. dist/
  3. .env
  4. tests_python/report*.html
  5. tests_python/live_data_snapshot.json
  6. tests_python/live_data_report.md
  7. tests_python/.pytest_cache/
  8. *.local
  9. *.log
  10. package-lock.json
  11. .DS_Store
  12. Thumbs.db