.gitignore 201 B

12345678910111213141516171819
  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. .uv-cache*/
  14. .idea/
  15. tmp/
  16. frontend/*/dist/
  17. backend/.env
  18. backend/var/
  19. *.log