diff --git a/gdbui_server/.dockerignore b/gdbui_server/.dockerignore new file mode 100644 index 0000000..748889c --- /dev/null +++ b/gdbui_server/.dockerignore @@ -0,0 +1,25 @@ +# Ignore Python bytecode +__pycache__/ +*.py[cod] +*$py.class + +# Ignore environment variables +.env + +# Ignore virtual environments +venv/ +env/ +ENV/ + +# Ignore dependency directories (pip installs dependencies inside the container) +lib/ +lib64/ +include/ + +# Ignore IDE/editor configurations +.idea/ +.vscode/ + +# Ignore cache and logs +.ruff_cache +*.log