/ git / ignore
ignore
 1  *~
 2  
 3  # temporary files which can be created if a process still has a handle open of a deleted file
 4  .fuse_hidden*
 5  
 6  # KDE directory preferences
 7  .directory
 8  
 9  # Linux trash folder which might appear on any partition or disk
10  .Trash-*
11  
12  # .nfs files are created when an open file is removed but is still being accessed
13  .nfs*
14  
15  .vscode/*
16  
17  # Python
18  *.pyc
19  venv
20  .tox