We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.gitignore
*
This automatically hides the directory from git status and makes it harder to accidentally commit the directory content.
git status
Python's venv has started to do this recently:
venv
$ cat venv313/.gitignore # Created by venv; see https://docs.python.org/3/library/venv.html *