.gitignore 177 B

12345678910111213141516
  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. backend/var/
  16. *.log