.gitignore 413 B

12345678910111213141516171819202122232425262728293031
  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/supply_agent/
  23. !tests/supply_infra/
  24. tests/supply_infra/*
  25. !tests/supply_infra/__init__.py
  26. !tests/supply_infra/pipeline/
  27. !tests/supply_infra/scheduler/
  28. node_modules/
  29. web/dist/
  30. examples/
  31. skills/