vscode-gitignore
vscode-gitignore copied to clipboard
Don't ignore lib
The .gitignore template for python includes "lib/" under "# Distribution / packaging". But lib/ is a common subfolder.
Better to change it to ./lib/ or even remove it completely.