# Client Applications

### [Go](https://github.com/Gnouc/gogi) — [Cuong Manh Le](https://github.com/Gnouc)

```bash
go get -u github.com/Gnouc/gogi
```

### [Node](https://github.com/TejasQ/add-gitignore) — [Tejas Kumar](https://github.com/TejasQ)

You'll want to make sure you have [NodeJS](https://nodejs.org/en/) installed on your computer. Then, setup is as simple as:

```bash
npx add-gitignore
```

If you've got an older version of node that doesn't yet have [`npx`](https://www.npmjs.com/package/npx), here's a more traditional setup:

```bash
npm i -g add-gitignore
add-gitignore macOS Emacs node # or whatever you need
```

Alternatively, running just `add-gitignore` gives you a nice multi-select interface from which you can choose what to ignore, and using the `--help` flag helps you out.

### [Python](https://github.com/Antrikshy/ignr.py) — [Antriksh Yadav](https://github.com/Antrikshy)

```bash
pip install ignr
```

### [Rust](https://github.com/sondr3/git-ignore) — [Sondre Nilsen](https://github.com/sondr3)

```bash
cargo install git-ignore-generator
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gitignore.io/install/client-applications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
