Loading...

.gitignore

A text file listing patterns Git should never track: build artifacts, secrets, large data.

When to use: Every project - before the first commit.

Example: Python ML: __pycache__/, *.pyc, .venv/, data/raw/, *.ckpt, wandb/, .env.

More Git & Version Control Glossary terms