The full list of excluded files: ```bash git ls-files --exclude-standard --deleted --others -i ``` Example of command call in [flit](https://github.com/takluyver/flit/blob/master/flit/vcs/git.py)
The full list of excluded files:
Example of command call in flit