summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2026-02-24 13:18:28 +0100
committerjerome <jerome@xlinfo.fr>2026-02-24 13:18:28 +0100
commit93febd4968ebbf0f5a90989bbe11abcaaafcdbd1 (patch)
tree27969e7c656077601e31da2b589b3031bc201f32 /.gitignore
downloadhelloflask-93febd4968ebbf0f5a90989bbe11abcaaafcdbd1.tar.gz
helloflask-93febd4968ebbf0f5a90989bbe11abcaaafcdbd1.zip
commit initialHEADmaster
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
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__/