.gitignore 392 B

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