# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
# Anchor build-output dirs to the repo root so they don't swallow source
# packages like src/datadoom/engine/dist/.
/build/
/dist/
.venv/
venv/
env/
.import_linter_cache/

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

# DataDoom local data / generated artifacts
.datadoom/
/out/
/tmp/
.tmp_run/
*.local.yaml

# Frontend (added in a later phase)
frontend/node_modules/
frontend/dist/
src/datadoom/webdist/

# Docs site build output (mkdocs)
/site/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/

t.py