.gitignore 206 B

12345678910111213141516171819202122232425
  1. .idea/
  2. __pycache__
  3. var/
  4. build/
  5. .venv
  6. *.conf
  7. *.ini
  8. *.pyc
  9. *.egg-info
  10. dist/
  11. *.log
  12. .pytest_cache
  13. *.sql
  14. *.sh
  15. venv/
  16. uvicorn_config.json
  17. tmp/
  18. output/
  19. *.pdf
  20. *.png
  21. bak/
  22. test_output/
  23. json_results/
  24. test_report_*
  25. test/