flask_helloworld1/.gitignore

14 lines
79 B
Plaintext

# ide
.vscode/
# virtualenv
venv/
# cache
*.pyc
__pycache__/
# db
*.sqlite