Python-100-Days/.gitignore

17 lines
242 B
Plaintext
Raw Permalink Normal View History

2018-05-22 16:36:08 +08:00
venv
.idea
*.pyc
2018-05-23 11:57:06 +08:00
__pycache__
2018-05-23 08:50:35 +08:00
2019-06-13 17:01:25 +08:00
### VisualStudioCode ###
.vscode/*
.vscode/**
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### VisualStudioCode Patch ###
# Ignore all local history of files
.history