diff options
| author | jerome <jerome@xlinfo.fr> | 2026-02-24 13:18:28 +0100 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2026-02-24 13:18:28 +0100 |
| commit | 93febd4968ebbf0f5a90989bbe11abcaaafcdbd1 (patch) | |
| tree | 27969e7c656077601e31da2b589b3031bc201f32 /.gitignore | |
| download | helloflask-master.tar.gz helloflask-master.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a7efb38 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Created by venv; see https://docs.python.org/3/library/venv.html +bin/ +include/ +lib/ +lib64 +pyvenv.cfg +__pycache__/ |
