# Python bytecode and tooling
__pycache__/
*.py[cod]
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Virtual environments and build artifacts
.venv/
dist/
build/
*.egg-info/

# Generated repository maps
MAP.md
.repo-map/
