We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3b0a2 commit ac49256Copy full SHA for ac49256
1 file changed
.gitignore
@@ -1,12 +1,23 @@
1
-# Environment files
2
-.vscode
3
-.venv
4
-
5
-# Python temp files
6
-__pycache__
7
-*.pyc
8
-*.egg-info
9
-dist
10
11
-# Data files
12
-/data
+# Byte-compiled / optimized / DLL files
+__pycache__/
+
+# Distribution / packaging
+dist/
+_version.py
+*.egg-info/
+*.egg
+# IDE
+.vscode/*
13
+# misc
14
+log*.txt
15
+scratch/
16
+scratch*.py
17
18
+# Test
19
+.coverage
20
21
+# Environment
22
+.venv/
23
+uv.lock
0 commit comments