Python-100-Days/.gitignore

17 lines
242 B
Plaintext

venv
.idea
*.pyc
__pycache__
### VisualStudioCode ###
.vscode/*
.vscode/**
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### VisualStudioCode Patch ###
# Ignore all local history of files
.history