# Python
__pycache__/
*.py[cod]
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
*.egg-info/
.coverage
htmlcov/

# Ephemeral build products (published on release, never committed).
# Committed generated artifacts live under generated/ (#287) — one root,
# every path owned by a registered generator.
/dist/
/docs/_generated/
/llms.txt

# Stamp files (compilation freshness tracking)
.stamps/

# Editor/OS noise
.DS_Store
*.swp
.antigravitycli
.codex
.claude
.worktrees/

# Toolchain temp directories (hard-kill leftovers)
.gmeow-tmp-*/

# Rust build artifacts
/target/
