.gitignore 369 B

1234567891011121314151617181920212223242526272829303132
  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. htmlcov
  29. *.pyc
  30. *.db
  31. *.log