.gitignore 361 B

12345678910111213141516171819202122232425262728293031
  1. /.idea
  2. /examples
  3. venv
  4. logs
  5. Logs
  6. Screenshots
  7. baangt.ini
  8. __pycache__
  9. static/files
  10. browserDrivers
  11. browsermob-proxy
  12. 0TestInput
  13. 1Testresults
  14. 1TestResults
  15. TestDownloads
  16. uploads/*.xlsx
  17. files/app/uploads
  18. ui/data
  19. ui/populate_db.py
  20. ui/app/static/files
  21. api/jsons
  22. api/plugin
  23. api/ini
  24. custom_globals.json
  25. run_docker_mysql.sh
  26. run_docker_postgres.sh
  27. test.html
  28. *.pyc
  29. *.db
  30. *.log