.gitignore 164 B

123456789101112131415
  1. .env
  2. .venv/
  3. __pycache__/
  4. *.py[cod]
  5. .pytest_cache/
  6. .mypy_cache/
  7. .ruff_cache/
  8. .coverage
  9. htmlcov/
  10. dist/
  11. node_modules/
  12. .pnpm-store/
  13. frontend/*/dist/
  14. backend/.env
  15. *.log