# aga-governance (published package). Local build + tooling artifacts only; this file is intentionally
# minimal and reveals nothing about the surrounding repository. It also keeps the public sdist's .gitignore
# free of any internal repo structure (hatchling force-includes the nearest .gitignore in the sdist).
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
.venv/
venv/
*.log
