diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-10-27 17:29:44 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-10-27 17:29:44 -0500 |
| commit | 7c0d3e015f2fc1fe0ebdfca819d98d2a5abd8223 (patch) | |
| tree | 367bd428fe052d52b40aceb545767989a333085b /.gitignore | |
| download | ustayml-7c0d3e015f2fc1fe0ebdfca819d98d2a5abd8223.tar.gz ustayml-7c0d3e015f2fc1fe0ebdfca819d98d2a5abd8223.tar.bz2 ustayml-7c0d3e015f2fc1fe0ebdfca819d98d2a5abd8223.zip | |
Init.
https://flask.palletsprojects.com/en/3.0.x/tutorial
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d9734b --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +.venv/ + +*.pyc +__pycache__/ + +instance/ + +.pytest_cache/ +.coverage +htmlcov/ + +dist/ +build/ +*.egg-info/ |
