# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/

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

# Env / secrets
.env

# Reverse-engineering artifacts (repo-root only — leading slash anchors the match so it
# does NOT also ignore the package's own src/mdl/**/resources/ subpackages)
/resources/
/blutter/
