Skip to content

Commit b2928f4

Browse files
committed
maybe test resolved
1 parent 43350ba commit b2928f4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

gdbui_server/.dockerignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)