# NodeJS
**/node_modules
**/tsconfig.tsbuildinfo

# Python
**/.venv
**/.ruff_cache/
**/.mypy_cache/
**/__pycache__/
**/.pytest_cache/
**/build/
**/dist/

# Test artefacts of a local run
eventum/ui/coverage/
eventum/ui/e2e-report/
eventum/ui/test-results/
eventum/ui/e2e/.tmp/
