__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/
build/
dist/
*.egg
.coverage
htmlcov/
.tox/
.DS_Store
.idea/
.vscode/

# Internal infrastructure topology — gitignored to avoid leaking deployment details
DeployedApps.md

# Feature Factory / stargazer context (local-only)
.stargazer-*
.stargazer-context.json
