We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43350ba commit b2928f4Copy full SHA for b2928f4
gdbui_server/.dockerignore
@@ -0,0 +1,25 @@
1
+# Ignore Python bytecode
2
+__pycache__/
3
+*.py[cod]
4
+*$py.class
5
+
6
+# Ignore environment variables
7
+.env
8
9
+# Ignore virtual environments
10
+venv/
11
+env/
12
+ENV/
13
14
+# Ignore dependency directories (pip installs dependencies inside the container)
15
+lib/
16
+lib64/
17
+include/
18
19
+# Ignore IDE/editor configurations
20
+.idea/
21
+.vscode/
22
23
+# Ignore cache and logs
24
+.ruff_cache
25
+*.log
0 commit comments