.gitignore 578 B

12345678910111213141516171819202122232425262728293031323334353637
  1. __pycache__/
  2. .DS_Store
  3. *.py[cod]
  4. *$py.class
  5. *.egg-info/
  6. .coverage
  7. coverage.xml
  8. htmlcov/
  9. test-results/
  10. *.result.json
  11. dist/
  12. build/
  13. .venv/
  14. .env
  15. .idea/
  16. .pytest_cache/
  17. .ruff_cache/
  18. *.log
  19. logs/
  20. tests/*
  21. !tests/__init__.py
  22. !tests/api/
  23. tests/api/*
  24. !tests/api/__init__.py
  25. !tests/api/test_demand_feedback.py
  26. !tests/api/test_growth_category_tree.py
  27. !tests/api/test_video_discovery_records.py
  28. !tests/supply_agent/
  29. !tests/supply_infra/
  30. tests/supply_infra/*
  31. !tests/supply_infra/__init__.py
  32. !tests/supply_infra/pipeline/
  33. !tests/supply_infra/scheduler/
  34. node_modules/
  35. web/dist/
  36. examples/
  37. skills/